Merkle Tree

A Merkle Tree connects the hashes for all of the transactions in a block with each other via branches. Once connected these hashes are condensed into a single hash known as a Merkle Root. The Merkle Root is then stored in the block instead of storing the transactions individually.  This allows blockchains to efficiently process … Continue reading Merkle Tree