Home | Courses | Coaching | Signals | Articles | Academy | About Us | Contact

← Back to Articles

Understanding Bitcoin's Lightning Network in Plain English

Bitcoin was designed to be electronic cash. In 2010, a programmer called Laszlo Hanyecz paid 10,000 Bitcoin for two pizzas, an event now celebrated annually as Bitcoin Pizza Day. Those 10,000 Bitcoin would eventually be worth hundreds of millions of dollars, which is one reason that story is famous. But there is a less discussed reason it matters: Bitcoin at its base layer processes somewhere between five and seven transactions per second, compared to Visa's capacity of around 24,000. If Bitcoin is going to be used for anything resembling everyday payments, it needs a different approach. The Lightning Network is that approach. This blog explains what it is, how it actually works at a level anyone can understand, what it is being used for today, and where it still falls short.

By CryptoAcademy Team | Published: 2026-04-15 | 18 min read time read | Category: Educational

The Bitcoin Scalability Problem: What Lightning Solves

Every ten minutes, a new block is added to the Bitcoin blockchain. Each block can contain a limited amount of transaction data. This means that only a finite number of transactions can be confirmed in any given ten-minute window.

When demand is low and only a few thousand people are transacting, this works fine. Transactions process in the next block or two, fees are minimal, and everything is smooth.

When demand is high, as it was during the 2021 bull market and during major NFT and ordinals activity in subsequent years, the available block space fills up. Transactions queue. Users who want their transactions confirmed faster have to pay higher fees to outbid other users. During peak congestion, Bitcoin on-chain transaction fees have reached $10 to $50 per transaction, and wait times have stretched from ten minutes to hours.

This creates an obvious problem for Bitcoin's stated purpose as digital cash. You cannot run a payments system where buying a coffee might cost $12 in fees and take half an hour to confirm. The economics and the user experience simply do not work.

There are two broad approaches to solving this. One is to change the base layer of Bitcoin, for example by increasing the block size to fit more transactions. This is what Bitcoin Cash attempted (and a big reason it split from Bitcoin). The other approach is to handle most transactions off the main blockchain entirely, only using the main blockchain for final settlement. This is the Lightning Network's approach, and it is the approach Bitcoin's core developers have favoured precisely because it does not require compromising the security and decentralisation of the base layer.

Bitcoin can only process around seven transactions per second compared to Visa, which can process around 24,000 in the same amount of time. The Lightning Network protocol solves this problem by theoretically handling millions of transactions per second off-chain.

---

The Genius of the Basic Idea: The Bar Tab Analogy

Before getting into the mechanics, here is the clearest non-technical way to understand what the Lightning Network does.

Imagine you go to your local bar every week. You and the bartender have a relationship. At the start of the year, instead of paying after every drink, you put down a deposit of $200. Every time you order a drink, the bartender notes it on a tab. You owe $5 here, $7 there. He also credits you when you help him carry in a delivery and he pays you $20 in bar credit. Back and forth, multiple transactions, all just kept as notes between the two of you.

At the end of the year, you and the bartender settle up. You owe $340 and he owes you $85 from the deliveries, so the net settlement is $255 from you to him. One final payment covers an entire year of transactions.

The Bitcoin blockchain is the final settlement. The running tab is the Lightning Network. You only have to interact with the slow, expensive blockchain layer to open the tab (deposit your funds) and close the tab (settle the final balance). All the transactions in between happen off-chain, instantly, with negligible cost.

This is the core insight. Most transactions do not need to be recorded on the blockchain as they happen. They just need to be tracked correctly so that the final settlement, which does go on-chain, accurately reflects everything that occurred.

---

Payment Channels: The Mechanism in Detail

The Lightning Network is built from payment channels. Understanding how a payment channel works is the key to understanding everything else.

Opening a channel. Two parties who want to transact frequently decide to open a payment channel. They each commit a certain amount of Bitcoin to a shared multisignature address on the Bitcoin blockchain. A multisignature address requires both parties' signatures to spend the funds, which means neither party can unilaterally take the money without the other's agreement. This opening transaction is recorded on the Bitcoin blockchain. It is the only blockchain transaction required to start the relationship.

Transacting off-chain. Once the channel is open, the two parties can send Bitcoin back and forth as many times as they want. Each transaction is represented by a signed but unbroadcast transaction that reflects the current balance of the channel. If you started with 0.1 BTC each and you send 0.02 BTC to your counterpart, the channel now shows 0.08 BTC on your side and 0.12 BTC on theirs. Another transaction: 0.08 BTC / 0.12 BTC. Another: 0.09 BTC / 0.11 BTC. None of these transactions touch the Bitcoin blockchain. They are just signed messages between the two parties.

Closing a channel. When the parties are done, one of them broadcasts the final state to the Bitcoin blockchain. The blockchain processes a single transaction distributing the funds according to the final balance. Thousands of transactions between the two parties result in exactly two on-chain transactions: the channel opening and the channel closing. All the individual payments in between cost essentially nothing and settled instantly.

The security mechanism. The obvious question is: what stops someone from broadcasting an old channel state that was more favourable to them? Say you had 0.08 BTC at one point but now you only have 0.04 BTC. Can you broadcast the old state?

The Lightning protocol has a built-in penalty for this. When each new channel state is created, the previous state becomes revocable. If anyone tries to broadcast a revoked state, the counterparty can claim all the funds in the channel as a penalty. This makes cheating not just dishonest but financially catastrophic. The risk of losing everything discourages anyone from trying to game the system. This penalty mechanism is why you can transact through payment channels with people you do not fully trust: the protocol enforces honesty through economic incentive rather than requiring personal trust.

---

Routing: How You Pay People You Have No Channel With

The payment channel model works perfectly for two people who transact frequently. But the Bitcoin network has hundreds of millions of users. You cannot open a direct channel with every person or merchant you might ever want to pay.

This is where routing makes the Lightning Network into a true network rather than just a collection of bilateral relationships.

Imagine you have a channel open with Alice. Alice has a channel open with Bob. Bob has a channel open with Carol. You want to pay Carol, but you have no direct channel with her.

Lightning can route the payment through Alice and Bob to reach Carol. Your payment goes: you send to Alice, Alice's channel with Bob adjusts, Bob's channel with Carol adjusts, Carol receives the payment. None of these intermediate parties actually receive any permanent benefit or loss from routing your payment through their channel. Their channel balances adjust temporarily to route the funds and then adjust back when Carol sends the cryptographic confirmation of receipt. Each routing node earns a tiny fee for providing the routing service, typically a fraction of a satoshi.

This routing mechanism works through a cryptographic construction called a Hash Time-Locked Contract (HTLC). The mechanism ensures that either the full payment reaches Carol and all intermediate channels adjust accordingly, or nothing happens and everyone gets their money back. You cannot get a partial payment through or have funds stuck in transit.

The routing is done automatically by Lightning wallets and nodes. From a user perspective, you just enter the amount and the recipient's Lightning invoice, and the software finds the best path and executes the payment. It finds a path through connected channels, like hopping from friend to friend until the payment reaches its destination.

As of March 2026, the Lightning Network had over 17,000 public nodes and approximately 40,000 public payment channels, creating a web of connections through which most payments can be routed.

---

What Lightning Looks Like in Practice

For most users, Lightning is experienced through a wallet app, not through managing nodes and channels manually. Here is what the user experience looks like in practice.

Receiving a payment. You generate a Lightning invoice from your wallet app. This is typically a QR code or a string of characters. The invoice specifies the amount and includes a cryptographic hash that enables the routing and settlement. The payer scans the QR code or enters the invoice string and confirms the payment. Settlement happens in under a second.

Sending a payment. You open a Lightning-enabled wallet with funds already in a channel. You scan or enter a Lightning invoice. Your wallet finds the routing path and executes. You receive confirmation within milliseconds to seconds.

Fees. Lightning fees are tiny. Where on-chain Bitcoin transactions can cost $1 to $12 during congestion, Lightning fees are typically fractions of a cent. Businesses report cost savings on payments of more than 80% when switching to Lightning versus on-chain Bitcoin.

Speed. Lightning payment settlement time can be less than half a second in optimal routing conditions. The 99.7% payment success rate across 308,000 transactions recorded in one 2023 sample demonstrates the technology has matured significantly from its early days of frequent routing failures.

The Lightning Network facilitated over 8 million monthly transactions in early 2025. In November 2025, the network processed an estimated $1.17 billion across 5.22 million transactions, a milestone that demonstrated meaningful real-world adoption.

> Real-world example:

> "Run a small online service that accepts Bitcoin payments. Added Lightning as a payment option about two years ago. The difference in the customer experience is significant. On-chain Bitcoin payments require customers to wait for at least one confirmation, which takes ten minutes on a good day and longer during congestion. Lightning payments are confirmed before the page even finishes loading. The fee savings are also real: on-chain fees sometimes cost more than the actual service being sold for small transactions. Lightning makes small transactions economically sensible for the first time."

---

The Numbers: Where Lightning Stands in 2025 and 2026

The Lightning Network's statistics in 2025 and into 2026 tell a story of maturing technology that is simultaneously growing in transaction volume and consolidating in channel infrastructure.

The Lightning Network comprised approximately 16,000 nodes and around 75,000 active channels in early 2025, declining to around 52,700 channels by Q1 2025 due to channel consolidation and efficiency improvements. By mid-2025, channels had declined further to around 41,724. By March 2026, public channels numbered approximately 40,000 with total network capacity of around 4,900 BTC.

The declining channel count alongside growing transaction volume reflects a structural shift rather than network weakness. Larger, more professional operators are running fewer but better-funded channels. The top ten operators control approximately 62% of total Lightning liquidity. Average channel capacity grew by 214% over four years, with typical channels holding around $9,000 worth of Bitcoin.

Public Lightning volume surged 266% year-over-year in 2025 despite the transaction count declines, reflecting a shift toward larger average transactions. The average Lightning transaction in November 2025 was $223, up from $118 the previous year. The dominant use case today is moving larger sums between exchanges rather than micropayments for coffee, which reflects the reality of where Bitcoin adoption stands in 2025.

The United States leads with approximately 30% to 38% of all Lightning nodes, with major exchanges including Binance, Bitfinex, Kraken, and ACINQ serving as primary liquidity providers.

---

#

Read more articles