⬡ BSAHI
The Bitcoin Block

From Mempool to Immutable History

Every 10 minutes, a block is born. Thousands of transactions compete for a place inside it. One miner wins. The chain grows. This is the story of how a Bitcoin block lives — from the mempool to eternity.

Chapter 1

The Mempool — Waiting Room

Before a transaction belongs to a block, it waits in the mempool — a temporary holding area on every full node. Here, transactions compete for miners' attention. Those who pay higher fees skip the line.

--
Transactions waiting
--
Mempool size (MB)
--
Transactions/sec

Each transaction carries a fee rate (sat/vB). Miners sort by fee rate, highest first. The fee histogram shows how many transactions are waiting at each fee level — a direct measure of network congestion.

Chapter 2

Mining — The Race

Every ~10 minutes, thousands of miners across the world race to solve a cryptographic puzzle. The first to find a valid hash wins the right to propose the next block. This is Proof of Work — energy spent to secure the network.

The winning miner collects:

3.125
Block subsidy (BTC)
--
Total fees (BTC)
--
Transactions included
Chapter 3

Propagation — Spreading the Word

Once mined, the block is broadcast to every node on the network. In seconds, it travels across continents — through fiber optics, satellite links, and Tor relays. Each node verifies every transaction independently before forwarding.

This propagation is one of the most critical moments. If a miner finds a block but the network doesn't hear about it quickly enough, another miner might mine a competing block — creating an orphan race.

Chapter 4

Confirmation — You're In

When your transaction is included in a block, you have 1 confirmation. Each subsequent block built on top adds another confirmation. Exchanges typically wait for 3-6 confirmations before crediting deposits. For large transactions, 100+ confirmations isn't unusual.

~10 min
First confirmation
Transaction is included in a block. One confirmation — probabilistic finality begins.
~60 min
Six confirmations
Six blocks deep (~1 hour). Standard for most exchanges. Reversal would require more hashrate than exists.
~100 blocks
Deep finality
Economically infeasible to reorganize. The transaction is as permanent as the chain itself.
Chapter 5

The Chain — Eternity

Every block ever mined is linked to the one before it through cryptographic hashes. This chain goes back to January 3, 2009 — the Genesis Block. Today, over 960,000 blocks form the longest, most secure ledger in existence.

Each new block strengthens every block that came before it. To rewrite history, an attacker would need more hashrate than all honest miners combined — and they'd have to outpace the chain's growth while doing it. This is what makes Bitcoin immutable.

About Bitcoin Sahi

Making Block Space Understandable

The Problem We Solve

Bitcoin's fee market is the most important pricing mechanism in the digital asset world. It determines how fast transactions confirm, how much miners earn, and which applications can afford block space.

But it's also opaque to most participants:

"Should I send now?" — a question that costs users millions in overpaid fees every day.

Bitcoin Sahi translates network data into clear decisions for every participant: senders, exchanges, miners, node operators, researchers, and developers. We don't just show data — we answer the question behind it.

How We're Different

Market
Dashboards
Show charts, metrics, and API status. You interpret the data and make your own decision.
BSAHI
Decisions
Shows what matters for your role — miner, sender, exchange — and tells you what to do. Data → Insight → Action.
Market
APIs for Developers
Raw blockchain data. You build the integration, you handle the scaling, you manage the reliability.
BSAHI
Data for Everyone
Curated, persona-connected data with reliability monitoring. Each source shows who it serves and why it matters. Enterprise feeds available for those who need more.
Market
Static Analysis
Historical charts. "What happened yesterday?"
BSAHI
Live + Predictive
Real-time data with historical capture. Building toward fee forecasting, anomaly detection, and congestion prediction.
Market
API Reliance
100% dependent on third-party API availability. When mempool.space goes down, their site goes blank.
BSAHI
Self-Owned Infrastructure
Our own Bitcoin Core node + localStorage cache + Blockchair fallback. When any data source is down, cached data and fallbacks keep the site functional.

Our Architecture

BSAHI runs on a four-layer pipeline — from raw network data to persona-driven decisions, updated every 60 seconds:

Layer 1: Data Sources
20+ endpoints across mempool.space, Blockchair, CoinPaprika, Blockstream, Fear & Greed, plus our own Bitcoin Core node — flowing into 26 data sources. 10,000+ captures in SQLite, backfilled continuously. Historical sampler covering blocks from 2009.
Layer 2: Data Engineering Agent
Monitors all 20+ endpoints every cycle. Block interval tracking, fee volatility, mempool inflow/outflow modeling. Auto-discovers new data sources. Daily health reports to reports/data-engineering/.
Layer 3: Research Agents
5 specialist agents (Bitcoin Core, Lightning, APIs, General, Academic) scanning GitHub, arXiv, forums every 4 hours. First empirical finding: Storage Cost Coverage Ratio: loading… — fees cover ~% of the estimated 10-year storage cost at the real node census (N=).
Layer 4: Decision Engine
7 personas + Capacity Dashboard + Fork Tracker + Bitcoin Weather + Settlement Metrics. Every tab shows persona-relevant data with Market Brief insights and research-powered context.

Why Block Space Matters

Every Bitcoin transaction bids for a scarce resource: space in the next block. The fee market determines who gets in. But the fee market only prices congestion — not the permanent cost of storing data across every full node long-term.

Our research (The Bitcoin Block Space Problem) frames this question. In July 2026, we produced the first empirical measurement — and we ran it through an internal audit that caught and corrected a 10× time-horizon error in our own code (v2.0.0). We publish the correction openly because reproducibility is the methodology, not a marketing claim: the corrected number is reproduced by three independent implementations (JS, Python, C) to the last decimal, and you can verify it yourself in ~15 minutes via the reproducibility note and reproduction kit):

Storage Cost Coverage Ratio: loading… — Current Bitcoin transaction fees cover % of the estimated 10-year storage cost across the real node census (N=). % of sampled blocks fall below the 1× threshold.

Live SCCR measured continuously from captured fee data (see the working paper (Storage Cost Internalization in Bitcoin's Fee Market) and the reproduction kit).

New research: Cost to Flood — the attacker-side measurement (leverage ratio 3.0×) · The Governance Boundary — BIP-110 as a live experiment.

Loading live SCCR…

Live SCCR Dashboard

Storage Cost Coverage Ratio — the share of estimated long-term replicated storage cost that current transaction fees cover. Reads data/sccr.json (static API endpoint /data/sccr_latest.json).

SCCR (avg)
Min / Max
Below 1×
Blocks sampled
Node count (N)
Capture date

Model: SCCR = fee_USD / L_net · N=32K primary-source lower-bound census as of 2026-08-02 (≥32,000 known addresses via Bitcoin Core getnodeaddresses) · T=10 yr assumption · model-spec v2.1.0. The ratio moves with the fee market — this is a live, dated measurement, not a static figure.

Research Council

Five specialist AI research agents, each focused on a domain of block-space economics, shaping and publishing BSAHI's research from live captured data. They are named research personas run by our pipeline — not human employees — and every claim traces to a captured event or public source.

Attribution is honest: every published note below is attributed to a named researcher. Each claim traces to a captured event or a public source.
Fees Analyst
Block Space Analyst
Domains: fee markets, mempool dynamics, block composition.
1 attributed post · view
🔬
Research Engineer
Research Engineer
Domains: research methodology, capacity economics, protocol development.
1 attributed post · view
📊
Data Journalist
Data Journalist
Domains: lightning network, exchange flows, node distribution.
1 attributed post · view
🧮
Protocol Researcher
Protocol Researcher
Domains: fork analysis, protocol development, research.
1 attributed post · view
📈
Economics Analyst
Economics Analyst
Domains: miner economics, token economy, capacity.
1 attributed post · view
What we're working on next
Loading from live engagement signal…

Frequently Asked Questions

What is the Bitcoin mempool?

The mempool is the waiting room for unconfirmed Bitcoin transactions. Every full node keeps its own pool of valid transactions that haven't been included in a block yet. When a transaction is confirmed, it leaves the mempool.

What does sat/vB mean?

sat/vB means satoshis per vbyte — the fee rate of a transaction. A transaction paying 4 sat/vB pays 4 satoshis for every virtual byte of block space it uses. Miners generally confirm higher-fee-rate transactions first.

Why do Bitcoin transaction fees change?

Fees change because block space is scarce: only about 4 million weight units fit in each block, mined roughly every 10 minutes. When many people want to transact at once, they bid against each other and fees rise. When the mempool empties, fees fall.

How much data can one Bitcoin block hold?

Bitcoin blocks are limited to 4 million weight units — around 1 million virtual bytes. After SegWit, a block can carry more transactions when witness data (signatures) is used, because witness bytes count four times less than non-witness bytes.

Is block space the same as block size?

Not exactly. Block size usually refers to the old 1 MB limit, while the current consensus rule measures block weight in weight units. Block space is the economic concept: the scarce capacity in each block that transactions compete for.

Ready to decide?

See live network conditions and get your personalized recommendation.

Should I send now? BIP-110 Fork Status