Merkle Trees

A Merkle tree is a clever way to combine lots of data (like transactions) into a single fingerprint (the Merkle root). Blockchains use Merkle trees to make sure all transactions in a block are valid and haven’t been tampered with.

Why is this important?

Real-world example: Light wallets use Merkle proofs to check transactions without downloading the whole blockchain.
c94fc1db89aa268a402c05bf50c176205ae75fd88c9b46dc05a1c863df3a5068
Right sibling: 0635efa5007e811b...
Right sibling: f606b1cdb768f873...
Proof is valid!
← Back to Home