How a blockchain works - Step 4/8: Block construction

TL;DR AI
2 min readKey summary
A block producer assembles transactions into a block and adds a header with metadata such as the timestamp, previous-block link, and Merkle root.
The Merkle root is computed from the transaction hashes and serves as a key value for ensuring block integrity.
This design makes it possible to detect tampering in a single transaction quickly, without recomputing all the data.

