get_btc_chain_tips
List all Bitcoin chain tips known to the node, including branch length and status (active, valid-fork, etc.), for fork detection and deep-reorg analysis. Requires a configured Bitcoin RPC endpoint.
Instructions
READ-ONLY — bitcoind getchaintips output: every fork the node knows about, with branchlen and status (active / valid-fork / valid-headers / headers-only / invalid). THE primitive for fork / deep-reorg detection — Esplora indexers cannot expose this; they only know the chain they followed. Requires BITCOIN_RPC_URL configured (self-hosted bitcoind or a public RPC provider). Returns available: false with a setup hint when RPC is not configured. Issue #248 / #233 v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||