StableX Academy

Learn crypto the right way.

114 plain-English lessons · 15 modules

Block Structure

A block is a container holding a header (metadata) and a body (the list of transactions).

In depth

The body is the bulk — hundreds or thousands of transactions. The header is small but critical: it holds the previous block’s hash, the Merkle root of the transactions, a timestamp and the mining fields. Everything a node needs to verify the block’s place in the chain is in that header.

A rectangle split into "Header" (previous hash, Merkle root, timestamp, nonce) and "Body" (tx 1, tx 2, tx 3 …).

Why it matters

Knowing what is inside a block demystifies block explorers and confirmation counts.