The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
explorer.nexalt.com/api/getdifficultygetconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.nexalt.com/api/getconnectioncountgetblockcount
Returns the current block index.
explorer.nexalt.com/api/getblockcountgetblockhash [index]
Returns the hash of the block at ; index 0 is the genesis block.
explorer.nexalt.com/api/getblockhash?index=103getblock [hash]
Returns information about the block with the given hash.
explorer.nexalt.com/api/getblock?hash=2b03016f54aae6a6fe5adf63f909883d8b4e30a021c9e38e37a31e78e5cc2658getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer.nexalt.com/api/getrawtransaction?txid=9772da0a4d83a1ffb6b53955c11c972049befe28b85c76a450aecc85c300fa80&decrypt=0
explorer.nexalt.com/api/getrawtransaction?txid=9772da0a4d83a1ffb6b53955c11c972049befe28b85c76a450aecc85c300fa80&decrypt=1getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.nexalt.com/api/getnetworkhashps
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer.nexalt.com/ext/getmoneysupplygetdistribution
Returns wealth distribution stats
explorer.nexalt.com/ext/getdistributiongetaddress (/ext/getaddress/hash)
Returns information for given address
explorer.nexalt.com/ext/getaddress/WpvDx9hvvBHDGHd1YFfJEbUbRBSjCtxfQWgettx (/ext/gettx/hash)
Returns information for given tx hash
explorer.nexalt.com/ext/gettx/9772da0a4d83a1ffb6b53955c11c972049befe28b85c76a450aecc85c300fa80getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer.nexalt.com/ext/getbalance/WpvDx9hvvBHDGHd1YFfJEbUbRBSjCtxfQWgetlasttxsajax (/ext/getlasttxsajax/min)
Returns last transactions greater than [min]
Note: returned values are in satoshis
explorer.nexalt.com/ext/getlasttxsajax/100
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
explorer.nexalt.com/tx/9772da0a4d83a1ffb6b53955c11c972049befe28b85c76a450aecc85c300fa80block (/block/hash)
explorer.nexalt.com/block/2b03016f54aae6a6fe5adf63f909883d8b4e30a021c9e38e37a31e78e5cc2658address (/address/hash)
explorer.nexalt.com/address/WpvDx9hvvBHDGHd1YFfJEbUbRBSjCtxfQWqrcode (/qr/hash)
explorer.nexalt.com/qr/WpvDx9hvvBHDGHd1YFfJEbUbRBSjCtxfQW