0 votes
in BlockChain by
What is Merkel Tree in Blockchain and What are the Features of Markel Tree?

1 Answer

0 votes
by

Merkel Tree is a data structure that is used for verifying a block. It is in the form of a binary tree containing cryptographic hashes of each block. A Merkle tree is structured similarly to a binary tree where each leaf node is a hash of a block of transactional data and each non-leaf node is a hash of its leaf node. The Merkel root or hash root is the final hash root of all the transaction hashes. It encompasses all the transactions that are underlying all the non-leaf nodes.

Related questions

0 votes
asked Aug 24, 2023 in Git by JackTerrance
0 votes
0 votes
asked May 9, 2023 in Python Flask by Robin
...