getInfo

Loading...
{{infoError}}
Version {{info.version}}
protocolversion {{info.protocolversion}}
walletversion {{info.walletversion}}
balance {{info.balance}}
blocks {{info.blocks}}
timeoffset {{info.timeoffset}}
connections {{info.connections}}
proxy {{info.proxy}}
difficulty {{info.difficulty}}
testnet {{info.testnet}}
keypoololdest {{info.keypoololdest}}
keypoolsize {{info.keypoolsize}}
paytxfee {{info.paytxfee}}
infoErrors {{info.infoErrors}}

sync status

{{ syncError }}
{{ sync.err }}
Sync Progress {{(100 * sync.syncedBlocks/sync.blocksToSync)| number:2}}%
blocksToSync {{sync.blocksToSync}}
syncedBlocks {{sync.syncedBlocks}}
start {{sync.start}} (genesisBlock)
end {{sync.end}} (genesisBlock)
Sync Type
  • Stops at existing block
  • scanningBackward scanningForward

getTxOutSetInfo

Loading...
{{infoError}}
Height {{txoutsetinfo.height}}
bestblock {{txoutsetinfo.bestblock}}
transactions {{txoutsetinfo.transactions}}
txouts {{txoutsetinfo.txouts}}
bytes_serialized {{txoutsetinfo.bytes_serialized}}
hash_serialized {{txoutsetinfo.hash_serialized}}
total_amount {{txoutsetinfo.total_amount}}

getDifficulty

Loading...
{{infoError}}
Difficulty {{difficulty}}

getLastBlockHash

Loading...
{{infoError}}
Last block hash {{lastblockhash}}