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.pacglobal.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.pacglobal.io/api/getconnectioncount
getblockcount
Returns the current block index.
explorer.pacglobal.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.pacglobal.io/api/getblockhash?index=10286
getblock [hash]
Returns information about the block with the given hash.
explorer.pacglobal.io/api/getblock?hash=0000000000000f34ccf195de2fcfe1e96637da935258e5a0a4963fdccb42fe83
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.pacglobal.io/api/getrawtransaction?txid=b6c03efdcc2130505e8228d5d7cc722f3741062593c2c38ba0e0e5c6dae29dce&decrypt=0
explorer.pacglobal.io/api/getrawtransaction?txid=b6c03efdcc2130505e8228d5d7cc722f3741062593c2c38ba0e0e5c6dae29dce&decrypt=1
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.pacglobal.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
explorer.pacglobal.io/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer.pacglobal.io/ext/getaddress/PRrUXRoawmGaD8Lg6RtVLiNWqAw9oTeQr5
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.pacglobal.io/ext/gettx/b6c03efdcc2130505e8228d5d7cc722f3741062593c2c38ba0e0e5c6dae29dce
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.pacglobal.io/ext/getbalance/PRrUXRoawmGaD8Lg6RtVLiNWqAw9oTeQr5
getlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.pacglobal.io/ext/getlasttxsajax/100
Linking to the block explorer
transaction (/tx/txid)
explorer.pacglobal.io/tx/b6c03efdcc2130505e8228d5d7cc722f3741062593c2c38ba0e0e5c6dae29dce
block (/block/hash)
explorer.pacglobal.io/block/0000000000000f34ccf195de2fcfe1e96637da935258e5a0a4963fdccb42fe83
address (/address/hash)
explorer.pacglobal.io/address/PRrUXRoawmGaD8Lg6RtVLiNWqAw9oTeQr5
qrcode (/qr/hash)
explorer.pacglobal.io/qr/PRrUXRoawmGaD8Lg6RtVLiNWqAw9oTeQr5