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": "2NEsy7xQ2RGzvgMytr16dzUCSqdaQSDVXMK",
"scriptPubKey": "a914ed4d9f0007bffc50adce0d94e4b2f2000d0d09d387",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "0b2c4033e1eb70ae511244fabbc95f1e2ace747b6b547074993345534c0d96a0",
"height": 1308469
},
{
"tx_hash": "6059770c6e8c3727cff3429961e04253ce1172f2963e5a5ae4f4b688830ad26a",
"height": 1308470
}
],
"server": "127.0.0.1"
}