Since this explorer is database-free, it doesn't natively support address balances and transaction histories. In order to provide this functionality, address balances and transaction history can be requested from a configurable set of ElectrumX servers. If multiple ElectrumX servers are configured, the results are cross-referenced and conflicts noted. For the transaction history displayed below, only the transaction identifiers from ElectrumX are used; the transaction details are requested via RPC from this app's primary node, as usual.
Configured ElectrumX Servers{
"isvalid": true,
"address": "2MzqkssEchuSL8P2v8fgcvi8AYG3rZJUTAT",
"scriptPubKey": "a9145350ceee9437e68aadc55a4b360490237a31e90487",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "3a09a73cfc1179d3552b55069752241601828857dc36618ecbedce00ed6fa5c2",
"height": 1344955
},
{
"tx_hash": "63d5bc6816bc0f999e1438ff84cc96724be6d13c96d00bbdd3798b70bd686e84",
"height": 1345081
}
],
"server": "127.0.0.1"
}