-
It is important that the blocks are cryptographically linked together to create a strong and secure blockchain, retaining integrity of the information stored on the blockchain and making it impossible to change any one part without changing the whole
-
Biitcoin block structure:
Header:
version (describes structure of data inside the block so computers can read)
block size (bytes)
previous block hash
merkle Root Hash (hash for transactions of this block)
timestamp
bits (difficulty target)
nonce
Transactions