/blockchain
POST /v1/blockchain (beta) This method returns a comprehensive JSON object containing various state information about the Bitcoin blockchain. It requires no parameters and provides a complete overview of the current blockchain status. The returned data includes essential information such as the network name (mainnet, testnet, or regtest), current block height, number of validated headers, best block hash, current mining difficulty, median block time, and verification progress. It also provides details about disk usage, pruning configuration, chain work, and whether the node is in initial block download mode. Additionally, this method reports the status of all softforks (protocol upgrades), including both buried softforks and BIP9-based deployments with their activation states, signaling periods, and thresholds. Any network or blockchain warnings are also included in the response. This method is particularly useful for monitoring node synchronization status, checking network health, tracking protocol upgrade progress, and building blockchain dashboards or status pages.
{
"id": "mirbda-blockchain#1"
}curl --location 'https://api.mirbda.io/v1/blockchain' --header 'Content-Type: application/json' --data '{ "id": "mirbda-blockchain#1" }'