Basics

Block

A batch of transactions sealed into Bitcoin's history about every ten minutes.

In plain words

A block is a batch of recent payments, sealed and stapled to the block before it. Miners race to seal the next one. The winner collects a prize: brand-new bitcoin plus the fees from every payment inside. A new block lands about every ten minutes, and each one buries the blocks before it a little deeper.

Why it matters

  • Blocks are Bitcoin's heartbeat: the whole network moves to them.
  • Space in a block is limited. That's why fees exist — payments bid to get in.
  • The deeper a block is buried, the harder it is to undo.

Numbers that matter

  • ~10 minutes — average gap between blocks.
  • 4 million — weight units, the size cap per block.
  • ~2,000–4,000 — payments in a typical full block.

Not to be confused with

  • Blockchain — the chain is all blocks together; a block is one link.

Go deeper

Updated 2026-07-29