Blockchain - Merkle Tree




Since every transaction in a block is hashed in a Merkle Tree, the issue of disk space in a node is easily overcome.

Blockchain - Merkle Tree

Block headers now contain a hash of the previous block, a Nonce, and a Merkle Tree containing the Root Hash of all transactions within the current block. In order to save disk space, the Root Hash includes the hashes of all transactions in the block, which can then be pruned to save space. The blockchain now looks like the image below.

As a result, a normal client who just wants to receive payments from others can save a lot of disk space by using this strategy. Miners, however, must keep the entire blockchain in order to verify the payment. Next, we explain how the receiver verifies the payment without being able to trace the coin back to its source.



Frequently Asked Questions

+
Ans: Blockchain - Incentives to Miners view more..
+
Ans: Blockchain - Network & Mining view more..
+
Ans: Blockchain - Proof of Work view more..
+
Ans: Blockchain - Merkle Tree view more..
+
Ans: Blockchain - Payment Verification view more..
+
Ans: Blockchain - Resolving Conflicts view more..
+
Ans: Blockchain - Privacy view more..
+
Ans: Bitcoin - Mitigating Attacks view more..
+
Ans: Blockchain - Conclusion view more..




Rating - NAN/5
472 views

Advertisements