Bitcoin VerityOpen comparator

Level 8 · Objections and open questions

Can Bitcoin scale? Capacity, fees and layers

Why the base layer cannot process everything, what higher layers add and which trade-offs remain.

Article
80
Reading time
15 minutes
Reviewed
9 September 2026

In a nutshell

Bitcoin's base-layer capacity is deliberately limited, so high demand creates a market for block space. SegWit, batching and more efficient scripts improve use of that space; Lightning moves many payment updates off-chain. Every approach still trades among simplicity, liquidity, infrastructure demands and independent verification.

01

What scaling means

Scaling is not just transactions per second. Transaction size, settlement time, cost, privacy, availability and the resources required to verify the rules independently also matter. A system can increase raw throughput while making it harder for ordinary participants to operate validating nodes.

On the base layer, every full node attempts to verify the same valid history. Its space is therefore scarce. BIP 141 introduced block weight with a maximum of four million weight units, but that does not yield one fixed TPS number: transactions differ in size and can batch several payments.

02

Scarce block space creates a queue

When more data is waiting than near-term blocks can hold, users offer fees per unit of weight. Miners generally choose more profitable packages and a low-fee transaction waits longer. The capacity boundary creates a price for urgent settlement, but congestion can price out small payments.

Larger blocks would add near-term space. They would also increase bandwidth, storage and validation time and might make nodes or rapid block propagation harder to operate. There is no single physically ordained maximum; it is a coordination choice between capacity and accessible independent verification.

03

Higher layers do not remove the base layer

Lightning uses payment channels: participants lock funds on-chain, exchange signed state updates off-chain and can settle the final result in Bitcoin. Many updates therefore need no separate block entry. Payments can be fast and small, but require available liquidity and a working route through the network.

A channel must be opened, managed and sometimes force-closed on the base layer. A non-custodial user must protect channel state and monitor the chain or use an assisting service; a custodial wallet simplifies this by adding trust. Lightning expands payment capacity, not unlimited final on-chain settlement capacity.

04

Scaling is a stack of trade-offs

Output batching, SegWit, Taproot and efficient scripts reduce bytes or weight per economic action. Lightning, side systems and custodians may serve more transfers above one settlement, but they have distinct risks and trust models.

The accurate answer is therefore that Bitcoin can scale, but not by placing every daily purchase as a separate transaction in a global chain. The open question is whether the base layer and its extensions can serve many people without making access to self-custody too costly or complex.

Level 8 · Objections and open questions

Terms to know

Block space
The limited data capacity transactions can occupy in blocks.
Block weight
A SegWit measure that weights base and witness data differently; the consensus maximum is 4,000,000 units.
Payment channel
An arrangement in which parties update the allocation of locked funds without recording every change on the blockchain.

Common misconception

Bitcoin can process only a fixed seven payments per second.

A more accurate explanation

There is no one constant figure: it depends on transaction composition, size, batching and layer. Base-layer block space nevertheless remains limited.

A more accurate explanation

Why not simply make blocks one hundred times larger?

That would add capacity as well as bandwidth, validation and storage demands. The dispute concerns how much capacity can be added without excluding too many people from running their own node; the change is not free.

80

Key takeaways

  1. 01TPS is misleading without defining the transaction and layer.
  2. 02Scarce block space creates a fee market.
  3. 03Lightning aggregates many state updates above on-chain channels.
  4. 04Greater capacity brings technical or trust trade-offs.

A child-friendly recap

In very simple terms

A block cannot hold unlimited data. When many people want the space, they compete with fees. Lightning can move many small payments away from the main chain, but it needs channels, liquidity and careful wallet management.

Reviewed: 9 September 2026

Sources and further reading

Sources support particular facts and definitions; listing one does not mean the editors endorse every view of its author.

01
BIP 141: SegWit and block weightBitcoin Improvement Proposals
bips.dev
02
Lightning paper: payment channelsLightning Network
lightning.network
03
BOLTs: Lightning Network rulesLightning Network Specifications
github.com
04
Review of Economic Studies: capacity and feesThe Review of Economic Studies
doi.org

Educational material, not an investment recommendation.