What is a Merkle Tree?

A Merkle Tree is a data structure used in blockchain to efficiently verify the integrity of large sets of data, where each non-leaf node is a hash of its child nodes.

More Related Terms

View All