Why Block Times Vary by Blockchain

Block times vary because of deliberate tradeoffs between speed, security, and decentralization. Bitcoin's 10-minute target and Solana's 400ms slots reflect different theories about what a blockchain should be — not arbitrary performance differences.
Lewis Jackson
CEO and Founder

Bitcoin takes about 10 minutes to produce a new block. Ethereum takes 12 seconds. Solana targets roughly 400 milliseconds. These aren't coincidences or performance benchmarks — they're the output of deliberate design decisions that encode a specific theory of what a blockchain should be.

The intuition that faster is better doesn't survive contact with the mechanics. Block time is tied to security assumptions, network propagation physics, and finality models in ways that make "faster" genuinely costly. Understanding why these numbers differ tells you more about blockchain architecture than almost anything else.

What block time actually measures

A block time is the target interval between consecutive blocks being added to a chain. It's distinct from transaction confirmation time — how long before a transaction is considered settled — though the two are related.

In proof-of-work systems like Bitcoin, block time isn't fixed. It's probabilistic. Miners compete to find a hash below a difficulty target, and the time to find one follows an exponential distribution. The Bitcoin network recalibrates this target every 2,016 blocks (~2 weeks) to maintain an average of 10 minutes. In practice, any individual block might take 2 minutes or 25 minutes — but the average holds.

In proof-of-stake systems, block production can be made deterministic. Ethereum post-Merge divides time into 12-second slots, each assigned to a randomly selected validator who proposes a block. If that validator is offline or fails to propose, the slot is skipped. This makes Ethereum's block time nearly fixed rather than probabilistic — a significant change from PoW.

Solana uses a different architecture: Proof of History (PoH), which creates a cryptographic clock using a verifiable delay function. This lets validators establish ordering without each step requiring full network consensus. The result is a target slot time of 400ms — though actual observed times fluctuate, especially under load.

Why you can't just make blocks faster

Block production speed is bounded by network propagation. When a validator produces a block, every other node in the network needs to receive and process it before the next block starts. Light travels fast, but global internet round-trips involve real latency — a trans-Pacific packet can take 150–200ms one way.

If blocks are produced faster than they can propagate, you get orphan blocks (Bitcoin terminology) or stale blocks: multiple validators simultaneously produce valid competing blocks without knowing about each other. Orphan blocks represent wasted computation and, more importantly, create ambiguity about which chain is the canonical one.

Bitcoin's 10-minute window was deliberately chosen to give global propagation a comfortable margin. Even in 2009, with slower networks, a block could reach most nodes well before the next one was mined. The tradeoff: users wait longer for confirmation.

Ethereum under PoW (pre-Merge) had ~13-second blocks and a higher uncle rate than Bitcoin. It handled this with the GHOST protocol, which partially rewarded uncle blocks to reduce wasted work. The Merge to PoS eliminated this problem — validators have advance notice of their slot assignment and can prepare.

Solana's 400ms target requires that validators be geographically clustered enough — or connected well enough — to propagate blocks within the slot window. This is one reason Solana's validator set has historically been more concentrated than Bitcoin's: it's partly a physics requirement. The network has experienced outages when congestion overwhelmed the propagation window.

The finality question

Block time and finality are related but not the same thing.

Bitcoin has probabilistic finality. Each new block piled on top of your transaction makes it statistically harder to reverse. Six confirmations (~60 minutes) has become the informal standard for high-value transfers — at that depth, reversing a transaction would require an attacker to outpace more computing power than is economically viable to concentrate.

Ethereum has economic finality via Casper FFG. Every 32 slots (~6.4 minutes), validators vote on a checkpoint. After two consecutive justified checkpoints (~12.8 minutes total), the earlier one is finalized — reversing it would require slashing at least one-third of all staked ETH, which is economically catastrophic. This is why Ethereum can have faster blocks without sacrificing security assurances: finality is distinct from block production.

Solana's Tower BFT provides near-instant finality for most slots — validators lock in votes on recent blocks in a way that makes rollback increasingly costly over time. The tradeoff is that this depends on two-thirds of active stake agreeing, which becomes fragile when validators go offline, hence the outages.

What's changing at the mechanism level

Ethereum's post-Merge architecture has made slot timing one of the most predictable aspects of blockchain infrastructure. Twelve seconds is now a fixed engineering assumption rather than a probabilistic average, which simplifies reasoning for developers and applications.

Layer 2 networks (Arbitrum, Optimism, Base) introduce a two-tier timing model. Soft confirmations at the sequencer level can be near-instant — milliseconds — but these represent a promise from a centralized sequencer, not an L1-finalized block. L1 finality still takes ~12 minutes under Ethereum's Casper FFG, with full withdrawal security depending on the L2's fraud or validity proof window (7 days for optimistic rollups). The block time that matters depends on what kind of security assumption you need.

Ethereum's Danksharding roadmap doesn't change slot times but increases throughput by expanding data availability — the chain's capacity to carry blob data from rollups. Faster L1 block times aren't currently on the roadmap.

What would confirm the current direction

Ethereum maintaining 12-second slot times under continued validator growth without requiring a redesign of the consensus mechanism. Layer 2 soft confirmations becoming the dominant trust model for low-value transactions while L1 finality remains the standard for high-value settlement. Solana's validator distribution stabilizing geographically while maintaining sub-500ms slots through infrastructure improvements.

What would break the current framing

A protocol demonstrating sub-100ms global finality with geographic decentralization comparable to Bitcoin would disprove the current propagation/speed tradeoff. The constraint is real but not permanent — better networking infrastructure, advances in validator coordination, or architectural innovations could shift it. If Ethereum were to hard fork its finality mechanism, the 12-minute finality window would change. Neither scenario is likely in the current cycle.

Timing

Now: The 12-second slot is the operative unit for Ethereum smart contract execution and L2 batch submission. Solana's 400ms slot creates a qualitatively different development environment. Understanding these constraints is load-bearing for anyone building on-chain applications.

Next: L2 soft confirmations standardizing around a common trust model — the "sequencer receipt" as an interim settlement layer. Worth watching.

Later: True sub-second global finality with decentralization comparable to Bitcoin remains an open research problem, not a near-term deployment.

On scope

This post explains the mechanism behind block time design decisions. It doesn't recommend specific blockchains or predict how timing architecture will evolve. The security guarantees associated with any given confirmation count depend on the specific network conditions at the time — there are no universal rules here.

The physics of global propagation is what it is. The engineering choices layered on top of it are still actively evolving.

Related Posts

See All
Crypto Research
New XRP-Focused Research Defining the “Velocity Threshold” for Global Settlement and Liquidity
A lot of people looking at my recent research have asked the same question: “Surely Ripple already understands all of this. So what does that mean for XRP?” That question is completely valid — and it turns out it’s the right question to ask. This research breaks down why XRP is unlikely to be the internal settlement asset of CBDC shared ledgers or unified bank platforms, and why that doesn’t mean XRP is irrelevant. Instead, it explains where XRP realistically fits in the system banks are actually building: at the seams, where different rulebooks, platforms, and networks still need to connect. Using liquidity math, system design, and real-world settlement mechanics, this piece explains: why most value settles inside venues, not through bridges why XRP’s role is narrower but more precise than most narratives suggest how velocity (refresh interval) determines whether XRP creates scarcity or just throughput and why Ripple’s strategy makes more sense once you stop assuming XRP must be “the core of everything” This isn’t a bullish or bearish take — it’s a structural one. If you want to understand XRP beyond hype and price targets, this is the question you need to grapple with.
Read Now
Crypto Research
The Jackson Liquidity Framework - Announcement
Lewis Jackson Ventures announces the release of the Jackson Liquidity Framework — the first quantitative, regulator-aligned model for liquidity sizing in AMM-based settlement systems, CBDC corridors, and tokenised financial infrastructures. Developed using advanced stochastic simulations and grounded in Basel III and PFMI principles, the framework provides a missing methodology for determining how much liquidity prefunded AMM pools actually require under real-world flow conditions.
Read Now
Crypto Research
Banks, Stablecoins, and Tokenized Assets
In Episode 011 of The Macro, crypto analyst Lewis Jackson unpacks a pivotal week in global finance — one marked by record growth in tokenized assets, expanding stablecoin adoption across emerging markets, and major institutions deepening their blockchain commitments. This research brief summarises Jackson’s key findings, from tokenized deposits to institutional RWA chains and AI-driven compliance, and explains how these developments signal a maturing, multi-rail settlement architecture spanning Ethereum, XRPL, stablecoin networks, and new interoperability layers.Taken together, this episode marks a structural shift toward programmable finance, instant settlement, and tokenized real-world assets at global scale.
Read Now

Related Posts

See All
No items found.
Lewsletter

Weekly notes on what I’m seeing

A personal letter I send straight to your inbox —reflections on crypto, wealth, time and life.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.