Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. A block producer assembles transactions into a block and adds a header with metadata such as the timestamp, previous-block link, and Merkle root.

  2. The Merkle root is computed from the transaction hashes and serves as a key value for ensuring block integrity.

  3. This design makes it possible to detect tampering in a single transaction quickly, without recomputing all the data.

Read the original