The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Returns data from SINS
getdifficulty
Returns the current difficulty.
explorer.safeinsure.io/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer.safeinsure.io/api/getconnectioncount
getmasternodecount
Returns the total number of master nodes on the network.
explorer.safeinsure.io/api/getmasternodecount
getblockcount
Returns the current block index.
explorer.safeinsure.io/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer.safeinsure.io/api/getblockhash?index=1000
getblock [hash]
Returns information about the block with the given hash.
explorer.safeinsure.io/api/getblock?hash=43c4fea824709eccfe5a4783fa98967470cbc890384e2c6305b0d2ffef580265
getrawtransaction [txid] [decrypt]
Returns raw transaction data for given transaction id. decrypt can be set to 0 (false) or 1 (true).
explorer.safeinsure.io/api/getrawtransaction?txid=69bb274a5711605b481770e185d14cad23b74bcff4ade8b6274519a850308658&decrypt=0
explorer.safeinsure.io/api/getrawtransaction?txid=69bb274a5711605b481770e185d14cad23b74bcff4ade8b6274519a850308658&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer.safeinsure.io/api/getnetworkhashps
Return data from local indexes.
getmoneysupply
Returns current money supply.
explorer.safeinsure.io/ext/getmoneysupply
getdistribution
Returns wealth distribution stats.
explorer.safeinsure.io/ext/getdistribution
getaddress
Returns information for given address.
explorer.safeinsure.io/ext/getaddress/Sgevf2YhLucbwE7ZVSbdK1eLM3NkcwsRGo
getbalance (/ext/getbalance/hash)
Returns current balance of given address.
explorer.safeinsure.io/ext/getbalance/Sgevf2YhLucbwE7ZVSbdK1eLM3NkcwsRGo
getlasttxs (/ext/getlasttxs/count/min)
Returns last [count] transactions greater than [min]
Note: returned values are in satoshis!
explorer.safeinsure.io/ext/getlasttxs/10/100
getmasternodelist
Returns the number of master nodes on the network that are currently online.
explorer.safeinsure.io/ext/getmasternodes
Linking to the block explorer.
Transaction (/tx/txid)
Direct link to the Transaction Page.
explorer.safeinsure.io/tx/69bb274a5711605b481770e185d14cad23b74bcff4ade8b6274519a850308658
Block (/block/hash)
Direct link to the Block Page.
explorer.safeinsure.io/block/43c4fea824709eccfe5a4783fa98967470cbc890384e2c6305b0d2ffef580265
Address (/address/hash)
Direct link to the Address Page.
explorer.safeinsure.io/address/Sgevf2YhLucbwE7ZVSbdK1eLM3NkcwsRGo
Qrcode (/qr/hash)
Direct link to the QR Code.
explorer.safeinsure.io/qr/Sgevf2YhLucbwE7ZVSbdK1eLM3NkcwsRGo