The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.xbtx.collective-b.org/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.xbtx.collective-b.org/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.xbtx.collective-b.org/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.xbtx.collective-b.org/api/getblockhash?index=637978
getblock [hash]
Returns information about the block with the given hash.
explorer.xbtx.collective-b.org/api/getblock?hash=0000000000ea42354bc5bde408c62651940e616ffcc683e9528129a4695920aa
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.xbtx.collective-b.org/api/getrawtransaction?txid=d75f1fe86e59c4c3ebf35f6afa407efb29bc665f1649468daebdd6dbb61a54f0&decrypt=0
explorer.xbtx.collective-b.org/api/getrawtransaction?txid=d75f1fe86e59c4c3ebf35f6afa407efb29bc665f1649468daebdd6dbb61a54f0&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.xbtx.collective-b.org/api/getnetworkhashps
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.xbtx.collective-b.org/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.xbtx.collective-b.org/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.xbtx.collective-b.org/ext/getaddress/RMBbMNWKwWer122NYqnFmoBvB3gChmMmfj
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.xbtx.collective-b.org/ext/gettx/d75f1fe86e59c4c3ebf35f6afa407efb29bc665f1649468daebdd6dbb61a54f0
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.xbtx.collective-b.org/ext/getbalance/RMBbMNWKwWer122NYqnFmoBvB3gChmMmfj
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.xbtx.collective-b.org/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.xbtx.collective-b.org/tx/d75f1fe86e59c4c3ebf35f6afa407efb29bc665f1649468daebdd6dbb61a54f0
block (/block/hash)
explorer.xbtx.collective-b.org/block/0000000000ea42354bc5bde408c62651940e616ffcc683e9528129a4695920aa
address (/address/hash)
explorer.xbtx.collective-b.org/address/RMBbMNWKwWer122NYqnFmoBvB3gChmMmfj
qrcode (/qr/hash)
explorer.xbtx.collective-b.org/qr/RMBbMNWKwWer122NYqnFmoBvB3gChmMmfj