Merkle Tree
A Merkle Tree is a cryptographic tree structure where every leaf node is marked with a data block's hash, and non-leaf nodes carry the cryptographic hash of their child nodes' labels. This structure permits effective and secure verification of blockchain contents, with each change rippling upwards for top-down validation.
Definition / explanation