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": "2N1T7GPyRoc4mGP6tMFsTncgcuf5auHLmbS",
"scriptPubKey": "a9145a0062ebbd9e4ea18c185a761fea29a8842a582f87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "4ad7aed42704673562168c4da6d42eb7c0816cc9fe777baa81bc1ba4c5672780",
"height": 1344375
},
{
"tx_hash": "c6e3ed4fea11a2d1789f814cd757e10ce70f5e7aff37a45e36900776cd02369e",
"height": 1345078
}
],
"server": "127.0.0.1"
}