Blocks are the fundamental building blocks of any cryptocurrency. This guide explains what blocks are, how they function, the data they contain, and what you need to know to navigate the blockchain landscape safely and confidently.
Published • 14 July 2026 • 10 min read
A block in cryptocurrency is a digital container that holds a collection of transactions that have occurred on the network within a certain time frame. Think of it as a page in a ledger book, where each page records a set of transactions. Once a page is filled, it is sealed and added to the book. The book itself is the blockchain — a continuous, tamper-resistant record of all transactions.
Each block contains:
Blocks are created at regular intervals, depending on the blockchain's consensus algorithm. For example, Bitcoin aims for a new block every 10 minutes, while Ethereum produces a block every 12–15 seconds. The block's contents are validated by network participants (miners or validators) before it is accepted and added to the chain.
Every block has a header and a body. The header contains metadata that identifies the block and links it to the chain, while the body holds the actual transactions.
The Merkle Root is particularly important: it allows a node to verify that a particular transaction is included in a block without downloading the entire block. This is the foundation of Simplified Payment Verification (SPV) used in lightweight wallets.
Blocks are created through a process called mining (in Proof-of-Work) or validation (in Proof-of-Stake). Here's a high-level overview.
In PoW blockchains (like Bitcoin), miners compete to solve a cryptographic puzzle. They take the block's header data and vary the nonce until the block's hash meets the difficulty target. The first miner to find a valid hash broadcasts the block to the network. Other nodes verify the block's validity and, if valid, add it to their copy of the blockchain. The successful miner receives a block reward (newly minted coins) plus transaction fees.
In PoS (like Ethereum after the Merge), validators are chosen to create blocks based on the amount of crypto they have staked. The selection process is typically random but weighted by stake size. Validators propose a block, and other validators attest to its validity. If the block is accepted, the validator earns a reward. PoS is generally more energy-efficient and allows for faster block times.
Some blockchains use Delegated Proof-of-Stake (DPoS), Proof-of-Authority (PoA), or other variants. In all cases, the goal is to achieve distributed consensus — i.e., agreement among network participants on the current state of the blockchain, including which blocks are valid.
The power of the blockchain comes from the way blocks are linked. Each block contains the hash of the previous block. This creates a cryptographic chain that goes all the way back to the genesis block (the very first block).
Because each block references the previous block's hash, any change to a block in the middle of the chain would change its hash, which would no longer match the hash stored in the subsequent block. This breaks the chain and makes tampering immediately detectable. To successfully alter a transaction, an attacker would need to re-mine all subsequent blocks, which is computationally infeasible in a well-established network.
Occasionally, two miners may create a valid block at nearly the same time, leading to a fork — two competing chains that both claim the same previous block. The network eventually resolves the fork by extending the chain that accumulates the most proof-of-work (or the most attestations, in PoS). The other branch becomes "orphaned" or "stale," and its transactions are typically returned to the mempool for future inclusion.
Finality refers to the point at which a block is considered irreversible. In PoW, finality is probabilistic — the more confirmations a block has, the less likely it is to be reversed. In PoS with checkpoints, finality can be achieved within a certain number of epochs. The exact finality time varies by network.
Understanding the metrics associated with blocks can help you assess network health, transaction costs, and potential congestion.
The average time between blocks. Shorter block times mean faster confirmations but may lead to more forks. For example, Bitcoin's 10-minute block time provides high security and low fork risk, while Ethereum's 12-second block time offers faster settlement at the cost of slightly higher fork probability.
The maximum amount of data or computation that can be included in a block. Bitcoin has a 1 MB block size (with SegWit allowing some flexibility). Ethereum uses a gas limit per block, which determines how much computation can be performed. Larger blocks can handle more transactions but increase storage and bandwidth requirements for nodes.
The number of transactions per second (TPS) that the network can process. This is calculated as block size (or gas limit) divided by average transaction size. Bitcoin processes ~7 TPS, Ethereum ~15–30 TPS, while newer chains like Solana can reach thousands of TPS. Higher throughput generally means lower fees during normal operation, but it often involves trade-offs in decentralization.
The mempool (memory pool) is where unconfirmed transactions wait to be included in a block. A large mempool indicates network congestion, which typically drives up transaction fees as users compete for block space.
The difficulty target adjusts periodically to ensure that block times remain stable despite changes in total network hashrate. When more miners join the network, difficulty increases to maintain the target block time.
Different blockchains have different design choices. The table below compares key block parameters for several major networks. Note that these values can change through protocol upgrades.
| Blockchain | Consensus | Block Time (avg) | Block Size / Gas Limit | Approx. TPS | Finality |
|---|---|---|---|---|---|
| Bitcoin | PoW (SHA-256) | ~10 minutes | 1 MB (SegWit up to ~4 MB) | ~7 | 6 confirmations (~1 hour) typical |
| Ethereum | PoS (Gasper) | ~12 seconds | 30M gas (target), 45M (max) | ~15–30 | ~15 minutes (epoch finality) |
| Solana | PoS + Proof-of-History | ~400 ms | ~48 KB | ~2,000–3,000 | ~2–3 seconds |
| Cardano | PoS (Ouroboros) | ~20 seconds | ~72 KB | ~10–50 | ~5 minutes (epoch) |
| Polkadot | PoS (Nominated) | ~6 seconds | ~2 MB per parachain | ~100–1,000 | ~2–3 minutes |
Note: TPS varies based on transaction complexity. These are approximate values and may change with network upgrades. Always verify the latest parameters from the official blockchain documentation.
Use this checklist to strengthen your understanding of blocks and how they function in different blockchain ecosystems.
Suppose you have sent a Bitcoin transaction and want to see how it becomes part of a block.
You can check the block's details using a block explorer by entering the block hash or your transaction ID. The explorer will show you the block height, size, number of transactions, and the specific location of your transaction within the block.
This scenario is illustrative. Actual times may vary based on network congestion and miner behavior.
When learning about blocks and using blockchain technology, beginners often make the following errors.
A block contains many transactions. A transaction is a single transfer of value, while a block is a collection of such transfers bundled together with metadata.
Block parameters (size, time, gas limits) vary widely across different blockchains. What applies to Bitcoin does not necessarily apply to Ethereum or Solana.
Many users think transactions are processed immediately. In reality, they wait in the mempool until a block is mined. Monitoring the mempool can help you set appropriate fees.
One confirmation means your transaction is in a block, but it may still be reversed if a fork occurs. Always wait for the recommended number of confirmations for high-value transactions.
Block explorers show more than just transaction status. They reveal fees, gas usage, block rewards, and more. Learning to read them is essential for troubleshooting.
While faster blocks mean quicker confirmations, they can also lead to more forks and reduced security if the network is not sufficiently decentralized. There is a trade-off.
While blocks are the foundation of blockchain technology, they come with inherent risks:
This guide is educational and does not constitute financial, legal, or technical advice. Always verify blockchain parameters and transaction details through multiple independent sources (block explorers, official documentation, and community resources).
Data verification: Block times, gas limits, and other parameters are subject to change via protocol upgrades. Check the official blockchain specification or current block data using explorers for real-time information.
Security best practices: Wait for sufficient confirmations before considering a transaction final. Use reputable wallets and double-check addresses. Avoid relying solely on block confirmations in cases of extreme network congestion.
A block in cryptocurrency is a container that holds a list of transactions, along with a cryptographic hash of the previous block, a timestamp, and other metadata. Blocks are linked together in a chronological chain, forming the blockchain. Each block is validated by network participants (miners or validators) before being added to the chain.
Block size varies by blockchain. Bitcoin's block size is limited to 1 megabyte (MB) as part of its original design, though SegWit allows some flexibility. Ethereum blocks are measured in gas limits rather than bytes; the target block gas limit is around 30 million, but it can fluctuate. Newer blockchains often have larger block sizes, sometimes up to 100 MB or more. Always check the specific blockchain's parameters.
Blocks are created through a consensus mechanism. In Proof-of-Work (PoW), miners compete to solve a complex mathematical puzzle; the first to solve it gets to create the next block and earn rewards. In Proof-of-Stake (PoS), validators are selected to create blocks based on the amount of cryptocurrency they have staked. The specific process depends on the blockchain's protocol.
A block hash is a unique alphanumeric string produced by a cryptographic hash function (like SHA-256) applied to the block's header. It acts as a digital fingerprint for the block. The hash is included in the next block, creating a chain of links that secures the entire blockchain. Changing any data in a block would change its hash, which would break the chain and be immediately detectable.
A block explorer is an online tool that allows you to view and search the blockchain. It displays detailed information about blocks, transactions, addresses, and network activity. Popular block explorers include Etherscan (for Ethereum), Blockchain.com (for Bitcoin), and Solana Explorer. These tools are essential for verifying transactions and understanding network health.
Block time varies by blockchain. Bitcoin targets one block every 10 minutes. Ethereum targets about 12-15 seconds. Solana aims for 400 milliseconds. Faster block times generally mean quicker transaction confirmations but may require trade-offs in security or decentralization. The actual time can fluctuate based on network conditions and the difficulty of the consensus algorithm.
A transaction is a single transfer of value or data between addresses. A block is a collection of many transactions bundled together and added to the blockchain. The block also contains metadata like the previous block's hash, a timestamp, and a nonce (in PoW). The block is what gets validated and committed to the chain, while transactions are the individual entries within it.
When a block is full, it cannot include any more transactions. Pending transactions wait in a pool (the mempool) for inclusion in a future block. During periods of high network activity, transaction fees (gas) may increase as users compete to have their transactions included in the next block. The block size or gas limit can be adjusted through network upgrades or governance, depending on the blockchain.