Skip to main content

Merkle Root

Definition

A Merkle Root is a single cryptographic hash that represents the entirety of all transactions within a block on a blockchain. It is generated by recursively hashing pairs of transaction hashes until a single root hash is obtained. This root serves as a verifiable summary, allowing for efficient verification of transaction inclusion without needing to download the entire block.