"Merkle Tree" is a tree constructed by hashing paired data (the leaves), then pairing and hashing the results until a single hash remains, the merkle root. In Bitcoin, the leaves are almost always transactions from a single block.
"Merkle Root" is The root node of a merkle tree, a descendant of all the hashed pairs in the tree. Block headers must include a valid merkle root descended from all transactions in that block.
-- Edited by admin on Wednesday 19th of December 2018 06:22:57 AM