Blockchain technology has attracted significant attention because of its decentralization, immutability, and other advantages. However, as transaction volumes have surged, the network’s throughput capacity has become a bottleneck.
Blockchain scaling refers to technical methods that increase the main‑chain capacity or add off‑chain processing layers to improve transaction throughput and lower fees. Common approaches include on‑chain scaling (Segregated Witness, sharding) and off‑chain scaling (Lightning Network, Raiden Network).

In this article we systematically outline the core concepts and mainstream solutions for blockchain scaling, helping readers quickly differentiate the technical principles and use‑cases of the two major paths—on‑chain and off‑chain. By comparing their advantages and challenges, you’ll gain a clearer understanding of how to boost network throughput and reduce transaction costs. For the latest developments in scaling, keep reading.
What Does Blockchain Scaling Mean?
Blockchain scaling refers to expanding the system’s capacity or improving processing efficiency through technical means when a blockchain network becomes congested or its processing power is insufficient, thereby meeting the ever‑growing demand for transactions. The earliest version of Bitcoin did not impose a hard limit on block size; theoretically it could reach 32 MB, while in practice blocks were around 1–2 KB.
As Bitcoin’s price and user base grew rapidly, network congestion and rising transaction fees began to surface. At peak congestion, the number of unconfirmed transactions could reach hundreds of thousands, and the average transaction fee had risen 376 × since September 2010. A throughput of 7 TPS (transactions per second) was no longer adequate. Consequently, the Bitcoin community proposed two broad categories of scaling solutions: on‑chain scaling and off‑chain scaling.
On‑Chain Scaling: Segregated Witness and Sharding
On‑chain scaling directly modifies the underlying rules of the main chain (such as block size or consensus mechanism), effectively widening the “road” on which blocks travel. The primary techniques are:
- Segregated Witness (SegWit)
- A block records both transaction data and the digital signatures that validate the transactions.
- SegWit moves the signature data to a separate structure outside the traditional block, reducing the effective block payload.
- This allows higher throughput without increasing the nominal block size.
- The solution is implemented as a Bitcoin on‑chain upgrade and involves changes to consensus rules and network protocols.
- Sharding
- Borrowed from partitioning techniques used in centralized databases, sharding splits the entire network’s workload into several subtasks that are processed in parallel by different groups of nodes.
- Each node only handles the transactions and state for its assigned shard, lowering the storage and computational burden on any single node.
- Sharding retains the decentralized security of the whole ledger; data from all shards remains publicly queryable.
- The approach is currently being pursued primarily within the Ethereum 2.0 roadmap.
Off‑Chain Scaling: Lightning Network and Raiden Network
Off‑chain scaling does not require changes to the base blockchain code; instead it creates payment channels or similar mechanisms outside the chain to boost transaction speed. The main implementations are:
- Lightning Network
- An off‑chain scaling solution for Bitcoin.
- Participants open a bidirectional payment channel (a smart contract) on‑chain and lock a certain amount of funds inside the channel.
- Once the channel is open, the parties can perform an unlimited number of instantaneous transfers, with only a single settlement transaction recorded on the main chain when the channel is closed.
- The model is analogous to a tabletop game where players place an ante at the start and settle all bets together at the end of multiple rounds.
- Raiden Network
- The Ethereum counterpart to the Lightning Network, operating on essentially the same principle.
- Before establishing a channel, users must lock assets on‑chain and generate a balance proof.
- While the channel remains active, the participants can execute unlimited off‑chain transfers; only when the channel is closed does a single state change get recorded on the Ethereum mainnet.
Overview of Blockchain Scaling Methods
| Scaling Layer | Method | Applicable Chain(s) | Key Technology | Primary Effect |
|---|---|---|---|---|
| On‑chain | Segregated Witness | Bitcoin | Separation of signature data | Reduces block size, raises TPS |
| On‑chain | Sharding | Ethereum, etc. | Data and compute partitioning | Parallel chain processing, lowers per‑node load |
| Off‑chain | Lightning Network | Bitcoin | Payment channels + off‑chain settlement | Real‑time micro‑payments, lower fees |
| Off‑chain | Raiden Network | Ethereum | Payment channels + balance proofs | Instant transfers, improved scalability |
Summary
- Blockchain scaling can be divided into two major categories: on‑chain scaling and off‑chain scaling.
- On‑chain scaling includes Segregated Witness and sharding, which optimize the main‑chain capacity of Bitcoin and Ethereum respectively.
- Off‑chain scaling comprises Lightning Network and Raiden Network, which conduct the majority of transactions off the main chain via payment channels and only sync to the main chain when necessary.
- From a cryptocurrency perspective, SegWit and the Lightning Network belong to Bitcoin’s scaling toolbox, while sharding and Raiden represent Ethereum’s scaling pathways.
The above content systematically explains “What does blockchain scaling mean?” and “What are the different blockchain scaling methods?”. For deeper analyses of blockchain scaling, follow Bitaigen (比特根) and its related topic articles.
Related Reading
- Top Layer 2 Tokens: Polygon, Elrond, NEAR & Other Leading L2 Cryptos
- Layer 1 & Layer 2 Blockchain: Security vs Scalability
- Blockchain Sharding: Boost Scalability & Throughput
💡 Register on Binance with referral code B2345 for the maximum trading fee discount. See Binance complete guide.