Skip to main content

Block

mining · blockchain · security

A batch of valid transactions added to a blockchain, linked to the previous block by a cryptographic hash.

1.definition

A block is a data structure that records a set of transactions and metadata. Each block references the previous block, creating an ordered chain back to the genesis block.

2.process

In proof-of-work networks, miners assemble transactions, search for a valid proof of work, and broadcast the block. Nodes verify the block against consensus rules before accepting it and building on top of it.

3.tradeoffs

Block size, block interval, propagation speed, and validation cost affect throughput, fees, decentralization, and reorg risk. Larger blocks can carry more transactions, but nodes must still be able to download, validate, and relay them reliably.

Related terms

All terms and definitions may update as the Cryptionary improves.