Home/API Info

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

GET
/api/getblockcount

Current block height

GET
/api/getblockhash?index={height}

Block hash by height

GET
/api/getblock?hash={hash}

Block details by hash or height

GET
/api/getdifficulty

Current mining difficulty

GET
/api/getnetworkhashps

Network hashrate (H/s)

GET
/api/getconnectioncount

Connected peer count

Transactions

GET
/api/getrawtransaction?txid={txid}&decrypt=1

Raw transaction data

GET
/ext/gettx/{txid}

Transaction details (decoded)

GET
/ext/getlasttxs/{min}/{start}/{length}/internal

Latest transactions with pagination

Addresses

GET
/ext/getaddress/{hash}

Address info (balance, sent, received)

GET
/ext/getaddresstxs/{hash}/{start}/{length}

Address transaction history

GET
/ext/getbalance/{hash}

Address balance

Network

GET
/ext/getsummary

Full network summary

GET
/ext/getnetworkpeers

Connected peer list with geo data

GET
/ext/getnetworkchartdata

Historical network stats (last 1200 blocks)

GET
/ext/getmoneysupply

Current money supply

Masternodes & Distribution

GET
/ext/getmasternodelist

Masternode list

GET
/ext/getdistribution

Wealth distribution by tier

GET
/ext/getrichlist

Top 100 addresses by balance

Mempool & Movement

GET
/ext/getrawmempool

Unconfirmed mempool transactions

GET
/ext/getmempoolinfo

Mempool size and stats

GET
/ext/getmovement/{min}/{start}/{length}

Large value transactions

Price & Market

GET
/ext/getprice

Current B1T price in USD/USDT

GET
/ext/getcurrentprice

Current price (alias)