get_btc_mempool_summary
Retrieves real-time Bitcoin mempool statistics including transaction count, memory usage, and fee rates from the local bitcoind node for anomaly detection.
Instructions
READ-ONLY — bitcoind getmempoolinfo output: tx count in mempool, total bytes, memory usage, current minimum admission feerate, total fees of mempool txs. RPC-only — Esplora's mempool view is whatever that one node sees; ours gives us the real local view + the daemon's admission policy. Used by get_market_incident_status to flip the mempool_anomaly signal from available: false to live computation. Requires BITCOIN_RPC_URL configured. Issue #248 / #236 v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||