blockchain
Merkle Tree
A binary tree data structure in which every leaf node contains the hash of a transaction and every non-leaf node contains the hash of its two children. This allows efficient and secure verification that a specific transaction is included in a block without downloading the entire block.
Related terms
Every glossary term is educational only. Nothing on this page constitutes financial, investment, tax, or legal advice. Browse all 356 terms →
Spotted an error? Report it on GitHub — our correction policy