Bitcoin Verdict

    Lightning Network Explained

    You have heard the word Lightning and you are not sure what it means. Here is the short version: it is a faster network built on top of Bitcoin so you can pay for small, everyday things in under a second for next to nothing.

    Last reviewed Jun 2026

    What is the Lightning Network?

    Here is the one thing to hold onto: Lightning is a faster network built on top of Bitcoin for small, everyday payments. People call it a "layer 2" because it sits above Bitcoin's base layer - the main blockchain itself - and leans on it to settle up. The mechanics below are optional depth. If you only remember "Lightning is the fast lane for spending Bitcoin," you are in good shape.

    Think of it like a bar tab. Instead of running your card for every drink, you open a tab at the start of the night and settle once at the end. Lightning works the same way. Two people open a channel - a private payment lane between them - record it once on the Bitcoin blockchain, then send each other as many payments as they like off-chain (without touching the main blockchain each time). When they are done, the final balance settles back to the blockchain.

    What that means for you: Bitcoin payments that land instantly (under a second), cost fractions of a cent, and scale to millions of transactions per second. The base layer on its own handles roughly 7 transactions per second, which is the bottleneck Lightning was built to clear.

    Why Bitcoin needs a second layer

    Bitcoin's base layer was built for security and decentralization, not speed. Every transaction gets checked by thousands of nodes (the computers around the world that run Bitcoin) and packed into a block that is mined roughly every 10 minutes. That careful design is exactly what makes Bitcoin decentralized and censorship-resistant - but the same caution caps how many transactions it can handle at once.

    At 7 transactions per second, the base layer could not keep a single city running, let alone a global economy. Visa processes around 1,700 transactions per second on average. For Bitcoin to work as money you actually spend, it needs a way to handle that volume without giving up the security underneath.

    Lightning is that way. It moves most payments off-chain while still anchoring everything to Bitcoin's security. The base layer becomes the place where things finally settle - like a central bank settling between commercial banks - and Lightning carries the day-to-day flow.

    How payment channels work

    Open on-chain. Transact off-chain. Close on-chain.

    1

    Opening a channel

    Two people set up a channel by locking some funds into a shared address with a single Bitcoin transaction on the main blockchain (an on-chain transaction). That is the only on-chain step needed to get started. Whatever they lock up becomes the channel's capacity - the most that can move through that lane.

    2

    Transacting off-chain

    With the channel open, the two can send Bitcoin back and forth instantly by simply updating the balance between them. Both sign off on every update, so neither can cheat. None of this touches the main blockchain - it happens directly between the two parties. That is exactly why it is fast and free.

    3

    Closing the channel

    Whenever either person wants to cash out, the final balance gets posted to the Bitcoin blockchain. That is one more on-chain transaction. So just two on-chain transactions - open and close - can carry thousands of off-chain payments in between. That is the whole trick.

    Multi-hop routing: paying anyone on the network

    Here is the part people worry about: do you need to open a channel with every single person you might pay? No. Lightning uses routing - it quietly hops your payment from lane to lane until it reaches the person. If Alice has a channel with Bob, and Bob has a channel with Carol, then Alice can pay Carol straight through Bob.

    AliceBobCarol

    Alice pays Carol through Bob, and Bob cannot pocket the money. Cryptographic hash locks make sure the payment either reaches Carol or comes back to Alice.

    You do not arrange any of this yourself. Your wallet finds a path and the payment lands in under a second. Under the hood, a clever piece of cryptography - Hash Time-Locked Contracts, or HTLCs - guarantees the whole payment either goes through or none of it does. The nodes (the computers passing it along) in the middle cannot grab funds on the way.

    Those forwarding nodes can charge a tiny fee for passing a payment along - usually a fraction of a cent. Some people run their own Lightning node and earn those fees, though the amounts stay modest.

    Lightning vs on-chain Bitcoin

    Two layers, two jobs. You will use both, and neither replaces the other.

    FeatureLightning (Layer 2)On-Chain (Layer 1)
    SpeedUnder 1 second10-60 minutes
    FeesFractions of a cent$0.50 - $50+ (varies)
    ThroughputMillions of tx/sec~7 tx/sec
    Best forSmall, frequent paymentsLarge, infrequent settlements
    PrivacyBetter (off-chain)Transparent ledger
    SettlementProbabilistic until closedFinal after ~6 confirmations
    Minimum amount1 satoshi (0.00000001 BTC)~546 satoshis (dust limit)

    Real-world use cases

    This is not a someday idea. People are spending on Lightning every day, all over the world.

    El Salvador

    In 2021, El Salvador made Bitcoin legal tender. The government-backed Chivo wallet leaned on Lightning for the small stuff - buying coffee, paying for groceries, receiving money sent home from abroad. It showed that Lightning can handle the kind of everyday retail volume a real country runs on.

    Tipping and social payments

    Platforms like Nostr and Stacker News use Lightning for instant tipping. Liked a post? Send it 100 satoshis (the tiny units that make up a Bitcoin) and it arrives in under a second with no fee worth mentioning. A tip that small simply could not move before Lightning existed.

    Instant payments and remittances

    Strike uses Lightning for instant payments across borders. Someone working in the US can send money to family in the Philippines and it lands in seconds, not days, for a sliver of what Western Union or a bank wire would charge.

    Micropayments and streaming sats

    Pay-per-article reading, pay-per-minute podcasts, paying tiny amounts for software usage - Lightning makes payments so small that a credit card could never carry them. Podcasting 2.0 apps even let you stream a trickle of satoshis to a creator while you listen.

    Lightning wallets

    To use Lightning, you just need a wallet that supports it - and most modern Bitcoin wallets already do. Here are three we have reviewed, with the one tradeoff that matters most when you pick: custodial vs non-custodial, which is really the question of who holds the keys.

    Phoenix WalletGrade: B-

    A non-custodial Lightning wallet by ACINQ, which means you hold your own keys and the wallet manages your channels for you behind the scenes. In our view it is the best pick if you want real self-custody on Lightning without running a node yourself. It does need one initial on-chain transaction to open your first channel.

    BlueWalletGrade: C+

    Handles both on-chain and Lightning. On the Lightning side it is custodial by default, which means a third party holds the keys to those funds for you. That makes it easy to start, but it also means you are trusting someone else with your sats on Lightning.

    StrikeGrade: B

    Less a traditional wallet, more a payment app. It is custodial, but the experience is polished and it makes moving between dollars and Bitcoin easy. Great for sending money home or spending without thinking about channels or liquidity. The tradeoff, as always, is that Strike holds your keys, not you.

    For a full breakdown of wallet types and how to choose, see our wallet reviews or read how Bitcoin wallets work.

    Custodial vs non-custodial Lightning

    This is the single biggest choice you make with a Lightning wallet, and it is the same question you face with regular on-chain Bitcoin: do you hold your own keys, or let someone else hold them for you? Here is how the two sides stack up.

    Non-custodial

    • + You hold your own keys
    • + Nobody else can freeze your funds
    • + True to how Bitcoin was meant to work
    • - You deal with channel management
    • - Needs inbound liquidity before you can receive
    • - A bit more to learn up front

    Examples: Phoenix, Breez, Zeus

    Custodial

    • + Simple setup that works right away
    • + No channels for you to manage
    • + Good for small amounts and finding your feet
    • - Someone else holds your keys
    • - They can freeze you out or shut down
    • - You are trusting them to stay good for it

    Examples: Strike, Wallet of Satoshi, BlueWallet (LN side)

    What we would tell a friend: start with a custodial wallet just to feel how Lightning works. Once it clicks and you are holding amounts that would sting to lose, move to a non-custodial option like Phoenix. The rule is the same as with on-chain Bitcoin - if the money matters to you, hold your own keys.

    Current state of the Lightning Network

    Lightning has come a long way since it went live in 2018. As of early 2026, the network runs over 15,000 active nodes with around 5,000 BTC in public channel capacity. The real total is almost certainly higher, since private channels stay off the public map.

    15,000+

    Active nodes

    50,000+

    Payment channels

    ~5,000 BTC

    Public capacity

    <1 sec

    Payment speed

    Major exchanges including Coinbase, Kraken, and Binance now support Lightning deposits and withdrawals. In practice that means you can buy Bitcoin on an exchange and pull it straight to your Lightning wallet in seconds, for a tiny fee - much nicer than an on-chain withdrawal that can take 30-60 minutes.

    Limitations and risks

    Lightning is good, not flawless. Here is what is fair to know before you lean on it.

    Liquidity and channel management

    To receive money on Lightning, you need inbound liquidity - basically, room on the other side of a channel for funds to flow toward you. With non-custodial wallets that can trip up newcomers. Phoenix sorts it out for you automatically, though it charges a small fee when it opens a new channel.

    Online requirement

    A non-custodial Lightning wallet needs to come online now and then to watch your channels for cheating. If the other party tries to post an old, outdated balance, your wallet has to answer within a window (usually a few days) to keep your funds safe. Custodial wallets quietly handle this part for you.

    Not ideal for large amounts

    Lightning is built for everyday spending, not for parking your savings. A large payment (over a few million satoshis) can stall if there is not enough liquidity along the path. For bigger sums, stick to the base layer. The easy way to picture it: Lightning is your checking account, on-chain is your savings account.

    Still maturing

    Lightning has gotten far smoother since 2018, but it is still a touch rougher than the payment apps you are used to. A payment will occasionally fail to find a route, especially for larger amounts. The good news is it is being worked on constantly, and each year it gets noticeably better.

    Common misconceptions

    “Lightning is a separate cryptocurrency.”

    It is not. Lightning is Bitcoin. Every satoshi you spend on Lightning is backed by real Bitcoin locked in an on-chain channel. There is no separate token or coin to buy.

    “Lightning replaces the Bitcoin blockchain.”

    Lightning depends on the blockchain - it cannot exist without the base layer. The blockchain is what gives Lightning its security and its final word on who owns what. They work together; they do not compete.

    “Lightning is not secure.”

    The funds locked in your channels inherit Bitcoin's own security. The cryptography is set up so that if the other party tries to cheat, you can claw your funds back on-chain. The real risk is practical - keeping your wallet online and backed up - not a hole in the design.

    “You need to be technical to use Lightning.”

    That was fair in 2019. It is mostly not true anymore. Wallets like Phoenix and Strike hide the hard parts. For everyday send and receive, you scan a QR code, confirm, and you are done - close to the simplicity of an app like Venmo.

    Newsletter

    Bitcoin insights, no noise.

    Bitcoin explained without the hype. Updates when they matter.