Topic
State of the Lightning Network
The Lightning Network is a "layer 2" payment system built on top of bitcoin. Instead of recording every payment on the slow, fee-sensitive base blockchain, two parties open a channel (a shared, on-chain-backed balance) and then exchange near-instant, low-fee payments off-chain, settling to the blockchain only when they choose. Payments can hop across many channels, so you can pay someone you do not have a direct channel with. The rules that let different Lightning software talk to each other are the BOLTs, short for "Basis of Lightning Technology," an open and still-evolving specification maintained on GitHub.1
Where the network is now
The honest answer is that precisely measuring Lightning is hard, and that itself is part of the story. Public dashboards such as mempool.space track public network capacity, node count, and channel count,4 but these omit private channels and the large custodial and exchange flows that increasingly dominate. River's widely cited 2023 report estimated roughly 1,212% activity growth over the prior two years and mapped a broad company ecosystem, while explicitly cautioning that no comprehensive public usage metrics exist, so its numbers are estimates from a partial sample.3 Treat all such figures as directional, not exact.
Active frontiers
The technical frontiers are busy. Splicing, which means adding or removing funds from a channel without closing it, moved into the spec in 20261 and is being rolled out unevenly across wallets and nodes; Bitcoin Optech maintains a neutral explainer and implementation tracker for it.2 Other frontiers include BOLT12 offers (reusable, static payment codes that work better than today's single-use invoices), Taproot channels and PTLCs (Point Time-Locked Contracts, a privacy and flexibility upgrade over the current HTLC routing mechanism), and LSPs (Lightning Service Providers) plus standardized specs that make mobile, self-custodial wallets far easier to use by handling liquidity behind the scenes.
Open challenges
The open challenges are real and, in several cases, unresolved. Channel jamming, where an attacker cheaply clogs channels to disrupt routing, is a recognized problem with several proposed mitigations but no deployed, network-wide solution. Liquidity management and routing reliability are persistent friction points: a payment can fail if intermediaries lack balance in the right direction, and managing inbound liquidity or on-chain fee exposure is still hard for ordinary users. There is also a measurement debate, because many argue public capacity is a poor proxy for the network's real health when it ignores private and custodial activity. And the custodial versus self-custodial trade-off is unsettled: LSPs and custodial wallets dramatically improve everyday usability but reintroduce trust in a third party, whereas fully self-custodial setups ask more of the user.
In short, Lightning in 2026 is a maturing, openly specified system1 with meaningful adoption and active engineering on usability and liquidity,2 but its true scale is estimated rather than known,34 and several core questions remain openly debated rather than solved.
Sources
The raw material behind this summary. The numbers match the citations above.
- 1BOLT: Basis of Lightning Technology (Lightning Network Specifications)SpecLightning Network specification contributors2026View the original
- 2
- 3
- 4