Skip to main content

Layer 1 | Bitcoin Glossary | Mapping Bitcoin

Layer 1

Protocol

Also known as: L1, base chain

The Bitcoin base protocol and its blockchain, where all transactions are ultimately settled and secured by proof of work. Layer 1 prioritizes security and decentralization, with scalability addressed by higher layers.

Overview

Layer 1 refers to the foundational Bitcoin blockchain itself — the base protocol where every transaction is ultimately validated, recorded, and secured through proof of work. It is the settlement layer upon which all other Bitcoin infrastructure is built.

Design Trade-offs

Bitcoin's Layer 1 was intentionally designed to prioritize security and decentralization over raw throughput. The approximately 1 MB block size limit (with up to 4 MB of block weight under SegWit) and the 10-minute average block interval mean that the base layer can process a limited number of transactions per second. This is not a flaw but a deliberate trade-off.

┌─────────────────────────────────────┐
│          Layer 2 (Lightning)        │  ← Speed & Scale
├─────────────────────────────────────┤
│          Layer 1 (Bitcoin)          │  ← Security & Settlement
│  ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐  │
│  │Blk N│→│N+1  │→│N+2  │→│N+3  │  │
│  └─────┘ └─────┘ └─────┘ └─────┘  │
└─────────────────────────────────────┘

Why Layer 1 Matters

Every Layer 2 solution ultimately derives its security from Layer 1. Lightning channels are opened and closed with on-chain transactions. Sidechains anchor their state to the main blockchain. Without a robust, decentralized, and immutable Layer 1, higher layers would have no trustworthy foundation.

Common Misconceptions

A frequent misconception is that Layer 1's limited throughput makes Bitcoin "slow" or "broken." In reality, the base layer is optimized for final settlement — comparable to a central bank clearing system rather than a point-of-sale terminal. High-frequency, low-value payments are better served by Layer 2 protocols like the Lightning Network.