Bitcoin Network Stats — Mining Pools, Hashrate, Halving
Pricing
Pay per usage
Go to Apify Store
Bitcoin Network Stats — Mining Pools, Hashrate, Halving
Real-time Bitcoin network dashboard: block height, mempool backlog, fee estimates, mining pool distribution, hashrate trend, difficulty change, block rewards, and halving countdown. mempool.space API, no auth required. $0.01/run.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Real-time Bitcoin network dashboard powered by the mempool.space public API. No API key required.
What it returns
| Field | Description |
|---|---|
block_height | Current block height |
mempool_tx_count | Pending transactions in mempool |
mempool_size_mb | Mempool size in megabytes |
fee_fastest_sat_vb | Fee for next-block confirmation (sat/vB) |
fee_30min_sat_vb | Fee for ~30-min confirmation |
fee_1h_sat_vb | Fee for ~1h confirmation |
hashrate_1w_eh | 7-day average hashrate (EH/s) |
difficulty | Current mining difficulty |
difficulty_change_pct | Expected difficulty adjustment % |
blocks_until_halving | Blocks remaining until next halving |
days_until_halving | Estimated days until next halving |
mining_pools | Top mining pools with hashrate share % |
Use cases
- Monitor mempool congestion before sending transactions
- Track mining pool centralization risk
- Alert on difficulty adjustments ≥ 5%
- Countdown to halving events
Pricing
$0.01 per run (PPE). Flat fee regardless of data volume.
Input
No required inputs. The actor runs with defaults and fetches all metrics in one call.
{}
Example output
{"block_height": 845231,"mempool_tx_count": 42817,"fee_fastest_sat_vb": 28,"hashrate_1w_eh": 612.4,"difficulty_change_pct": 2.1,"days_until_halving": 142,"mining_pools": [{"name": "Foundry USA", "share_pct": 31.2},{"name": "AntPool", "share_pct": 18.7}]}
Data source
mempool.space — free, no auth required.