Bitcoin Forum
June 18, 2024, 04:27:48 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What a tree the Merkle Tree  (Read 101 times)
Pablo-wood (OP)
Member
**
Offline Offline

Activity: 68
Merit: 31


View Profile
September 08, 2023, 06:46:53 PM
Last edit: September 09, 2023, 11:24:07 AM by Pablo-wood
 #1

Transaction blocks would have remained so bulky and more resource demanding if merkle trees wasn't introduced. Maybe the cost of making a successful p2p transaction would have been so discouraging. But with the level of structured transaction data and less resourceful demands the merkle tree introduced to the blockchain through hashing of a made transaction with an equivalent hash value where by hash values that are produced are paired with another hash value so they can be hashed again.

This hashing keeps going on until a final hash value is produces the merkle root which provided the general summary of all the transactions of the block it contains which then gets inserted into the block header. And this process makes it more resource managing and efficient for transaction to get structured in a tree like entry reserving more space in the blockchain.

Lets say we have a hash value 'BC' which gets combined with another has "BD" the both will create a "BCD" hash such that the data remains temper proof and unaltered.

Benefits of Markle Tree
  • It doesn't consume disk space
  • Validates data integrity and consistency
  • It provides a very efficient data format
  • It is flexible enough to provide just tiny chunks of data across networks

SeriouslyGiveaway
Full Member
***
Offline Offline

Activity: 476
Merit: 143


View Profile
September 09, 2023, 04:19:52 AM
Merited by Hatchy (1)
 #2

You mean Merkle Tree and Merkle Root.

It's not Markle.

Learnmeabitcoin.com - Merkle Root
Mastering Bitcoin - The Blockchain (chapter 9), Merkle Tree
Saylor Academy - CS120: Bitcoin for Developers
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!