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": "2NBwdvaTidtAVACpJV2hUjgu34wa5GLTGRm",
"scriptPubKey": "a914cd16e2286ad2d43340c30bdacb023e4f899e008687",
"isscript": true
}
{
"result": {
"confirmed": 60000,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "6940010f9b8b7c88687ded1ba6791aefcb729113d052a7190f13ca3ff11784e7",
"height": 1345081
}
],
"server": "127.0.0.1"
}