Bitcoin Network Health Dashboard
Pricing
$5.00 / 1,000 snapshot fetcheds
Bitcoin Network Health Dashboard
Real-time Bitcoin network metrics: hash rate, difficulty, mempool size, transaction count, mining revenue, block times, and fee rates. Fetches from blockchain.info and mempool.space. Perfect for miners, investors, and developers tracking BTC network activity.
Bitcoin Network Health Dashboard delivers a complete Bitcoin on-chain snapshot in a single run — hash rate, mining difficulty, halving countdown, mempool fee rates, miner revenue, NVT ratio, MVRV ratio, and BTC price. Combining blockchain.info, mempool.space, and CoinGecko data into one structured output. No API key required. Flat $0.005 per run.
Bitcoin's network health metrics are the fundamental layer beneath price: hash rate trends signal miner confidence, NVT below 45 historically marks accumulation zones, and MVRV above 3.0 has preceded every major correction. This actor makes that data instantly queryable.
Why use Bitcoin Network Health Dashboard?
- Mining cycle analysis — Hash rate and difficulty tell you where miners are in their cost/profitability cycle. Rising difficulty with stable price compresses margins, often preceding capitulation events. Track them together.
- Halving countdown monitoring — The next Bitcoin halving cuts block rewards by 50%. Days to halving drives miner economics and historically precedes bull markets. Monitor the exact countdown.
- Mempool fee market — Real-time sat/vB fee rates across 5 urgency levels (fastest to minimum). Use for timing transactions, analyzing network congestion, and detecting fee spike events.
- On-chain valuation regime — NVT ratio below 45 = network undervalued relative to transaction volume (accumulation zone). MVRV above 2.0 = market cap above realized cap, historically preceding corrections.
- Miner revenue health — Track 24h miner revenue (block rewards + fees) as a proxy for Bitcoin network security budget. Declining miner revenue can precede hash rate drops.
How to use
- Open the actor on Apify Store and click Try for free.
- Leave all inputs at defaults for a full health snapshot (30 seconds).
- Set
metricsto filter to specific categories (["fees", "mempool"]for fee market only). - Enable
includeHistoricalfor 7-day trend data. - Click Start. Returns flat metric records with category, value, unit, and signal.
Input
| Field | Type | Default | Description |
|---|---|---|---|
metrics | string[] | [] (all) | Filter by category: network, mining, fees, mempool, market, onchain |
includeHistorical | boolean | false | Include 7-day trend data for key metrics |
Output
[{"metric": "hash_rate_th_s", "value": 891730672, "unit": "TH/s", "category": "network"},{"metric": "difficulty", "value": 123.4, "unit": "T", "category": "network"},{"metric": "days_to_halving", "value": 1089.5, "unit": "days", "category": "network"},{"metric": "miner_revenue_24h_usd","value": 42800000, "unit": "USD", "category": "mining"},{"metric": "fee_fastest_sat_vb", "value": 12, "unit": "sat/vB", "category": "fees"},{"metric": "mempool_tx_count", "value": 54821, "unit": "txs", "category": "mempool"},{"metric": "btc_price_usd", "value": 62112, "unit": "USD", "category": "market"},{"metric": "nvt_ratio", "value": 38.5, "unit": "", "category": "onchain"},{"metric": "nvt_signal", "value": "oversold","unit": "", "category": "onchain"},{"metric": "mvrv_ratio", "value": 1.17, "unit": "", "category": "onchain"},{"metric": "mvrv_signal", "value": "fair_value","unit": "", "category": "onchain"}]
Metrics by category
| Category | Metrics |
|---|---|
network | Hash rate (TH/s), difficulty (T), avg block time, total blocks, days to halving, BTC supply remaining |
mining | Miner revenue 24h (USD), fees collected (BTC), BTC mined 24h, transaction count |
fees | sat/vB for fastest / half-hour / 1-hour / economy / minimum |
mempool | Unconfirmed tx count, mempool size (MB), total fees pending |
market | BTC/USD price, 24h change %, market cap, 24h volume |
onchain | NVT ratio + signal, MVRV ratio + signal |
On-chain valuation signals
| Metric | Formula | Overbought | Fair Value | Oversold |
|---|---|---|---|---|
| NVT Ratio | Market Cap / 24h Transaction Volume | > 150 | 45–150 | < 45 |
| MVRV Ratio | Market Cap / Realized Cap | > 2.0 | 1.0–2.0 | < 1.0 |
- NVT < 45 — Network undervalued relative to on-chain usage → accumulation signal
- MVRV > 3.0 — Historically precedes major corrections (extreme overvalued)
- MVRV < 1.0 — Historically strong buy zone (market below cost basis)
Cost estimation
Flat rate: $0.005 per run — all metrics included.
| Use case | Runs | Estimated cost |
|---|---|---|
| Single snapshot | 1 | $0.005 |
| Hourly monitoring | 24/day | $0.12/day |
| Daily market regime check | 1/day | ~$0.15/month |
| 15-minute fee alert | 96/day | $0.48/day |
FAQ
What's the NVT ratio and why does it matter? NVT (Network Value to Transactions) is Bitcoin's equivalent of a P/E ratio: market cap divided by 24h transaction volume in USD. When NVT is low, the network is doing a lot of economic activity relative to its market cap — historically a value signal. When NVT is high, market cap has run ahead of on-chain usage.
What is MVRV ratio? MVRV (Market Value to Realized Value) compares Bitcoin's current market cap to its "realized cap" — the total value of all BTC at the price they last moved. Above 2.0 means average holders are sitting on 100%+ gains and may sell; below 1.0 means average holders are at a loss, which has historically marked major bottoms.
What's included in "miner revenue"? Miner revenue is block subsidies (newly minted BTC) plus transaction fees collected in the last 24 hours, expressed in USD. As block subsidies diminish post-halving, fee revenue becomes increasingly important to network security.
How often should I run this for monitoring? For fee market monitoring (mempool congestion), every 15–30 minutes. For on-chain regime analysis (NVT/MVRV), daily is sufficient — these metrics move slowly.
Data sources
- blockchain.info API — hash rate, difficulty, NVT, MVRV, mining stats
- mempool.space API — fee rates, mempool backlog
- CoinGecko — BTC price, market cap, 24h volume
Related actors
- Bitcoin Mempool Analytics — Deep mempool analysis: fee distribution, congestion levels, historical fee trends
- Crypto ETF Flow Tracker — Institutional BTC demand via ETF flow (complements on-chain fundamentals)
- Crypto Whale Flow Monitor — Exchange inflow/outflow for on-chain sentiment
Feedback
If this actor is useful, a quick review helps other Bitcoin analysts find it: Leave a review on Apify Store