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