Why do blockchains get congested?
Learn why shared Layer 1 resources are limited, how demand turns into fees and delays, and why scaling creates trade-offs.

On this page
Quick read
Every Layer 1 asks a shared network to validate and record limited amounts of activity. This lesson explains why growing demand turns that limit into delays and higher fees, how Ethereum measures computation with gas, and why making a chain faster always raises questions about security, decentralization, or both.
Why is a shared base layer limited?
A Layer 1 is not only a place where transactions appear. It is a network of participants, block producers, rules, and a shared history. To remain useful, the network needs participants to validate the same rules and agree on which activity becomes part of that history.
That work cannot grow without limit in every block. A base layer has a bounded amount of transaction data and computation it can accept at a time. When more people and applications want that space than the network can process, they are competing for the same shared resource.
What becomes scarce when demand grows?
Congestion is not one single meter. It is the practical result of several limited resources being requested at once. A simple transfer, a token action, and a smart-contract call can all compete for inclusion, even though they do not consume the same amount of computation.
| Shared resource | Why it is limited | What a busy network can look like |
|---|---|---|
| Block inclusion | A block has limited capacity for the activity it can include. | Transactions wait and compete to be selected. |
| Computation | Programs need network resources to execute under shared rules. | More complex actions can consume more of the available budget. |
| Shared history | Accepted activity becomes data the network must make available and validate. | Increasing capacity changes the cost of participating in the base layer. |
How do fees express that pressure?
On Ethereum, gas measures the computational effort required for an operation. A transaction needs network resources to execute, and the fee is paid in ETH. When many people want inclusion at the same time, the price of those resources can rise.
This does not mean a higher fee makes a transaction intrinsically better. It is a signal that demand for limited block resources is high at that moment. The amount of gas used also depends on the action: a smart-contract call can use more computation than a simple transfer.
Why is speed not just a setting to turn up?
It is tempting to treat a faster chain or lower fee as an automatic upgrade. But a base layer also needs to stay secure and open enough for independent participants to validate it. Design choices that increase throughput can change the hardware, bandwidth, coordination, or trust assumptions needed to take part.
This is the core scaling tension: a network is trying to improve capacity without casually giving up security or decentralization. There is no universal number for the “best” speed or fee; the important question is which trade-off a design makes and who must carry its cost.
What does congestion not tell you?
Congestion does not prove that a network has failed, and an empty block does not prove that a network is better. Both are observations about current demand relative to available resources. They are separate from a token's price, a project's marketing claims, or whether an application is safe to use.
For a beginner, the useful mental model is simple: shared validation makes a base layer valuable, but it also makes its resources scarce. The next lessons compare different ways networks try to relieve that pressure and the new trade-offs those approaches introduce.
Related coins
Keep learning

Why did Bitcoin need to exist?
Start with the double-spend problem to understand why Bitcoin needed a shared transaction history.

Bitcoin: the first Layer 1
Learn why Bitcoin is a Layer 1 network, how its own rules secure BTC, and why settlement has trade-offs.

Why is Ethereum programmable?
See how Ethereum extended the Layer 1 idea with shared programs, ETH gas, and new trade-offs.

