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": "2MtZSaizHMoJHGfJZLgtBVEchLiCNZhv52Y",
"scriptPubKey": "a9140e6a20396f93fbfb66a8993a0ba47437d9a7e94e87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "19ef0a12adbc06bc58618dea53a267fe10c917739a97ff44fcb1131adea57ecb",
"height": 1314066
},
{
"tx_hash": "b1a8b02bb7510c835407a4ffdbf1fc75f31afd8e1e35017304311f3b16af74d7",
"height": 1314087
}
],
"server": "127.0.0.1"
}