get_btc_chain_tips
Retrieve all known blockchain forks from your bitcoind node, including branch length and status (active, valid-fork, valid-headers, headers-only, invalid). Essential for detecting chain reorganizations beyond what block explorers provide.
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 | |||