API Documentation
Public REST API endpoints for B1T Explorer
Base URL: https://api.b1texplorer.com
All endpoints return JSON. CORS is enabled. Click Show response to see live data from the blockchain.
Blockchain
/api/getblockcountCurrent block height
/api/getblockhash?index={height}Block hash by height
/api/getblock?hash={hash}Block details by hash or height
/api/getdifficultyCurrent mining difficulty
/api/getnetworkhashpsNetwork hashrate (H/s)
/api/getconnectioncountConnected peer count
Transactions
/api/getrawtransaction?txid={txid}&decrypt=1Raw transaction data
/ext/gettx/{txid}Transaction details (decoded)
/ext/getlasttxs/{min}/{start}/{length}/internalLatest transactions with pagination
Addresses
/ext/getaddress/{hash}Address info (balance, sent, received)
/ext/getaddresstxs/{hash}/{start}/{length}Address transaction history
/ext/getbalance/{hash}Address balance
Network
/ext/getsummaryFull network summary
/ext/getnetworkpeersConnected peer list with geo data
/ext/getnetworkchartdataHistorical network stats (last 1200 blocks)
/ext/getmoneysupplyCurrent money supply
Masternodes & Distribution
/ext/getmasternodelistMasternode list
/ext/getdistributionWealth distribution by tier
/ext/getrichlistTop 100 addresses by balance
Mempool & Movement
/ext/getrawmempoolUnconfirmed mempool transactions
/ext/getmempoolinfoMempool size and stats
/ext/getmovement/{min}/{start}/{length}Large value transactions
Price & Market
/ext/getpriceCurrent B1T price in USD/USDT
/ext/getcurrentpriceCurrent price (alias)