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": "2N3QW3rGDPE5kYswxMBoMdFrPBkVyebMcdZ",
"scriptPubKey": "a9146f7268b0c9d790de0cdd2893bedf4c44300a265687",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "bb59b5699aac3287ed3ac57362110fecb72420d259f30f2b8d3112b89da6387e",
"height": 1308469
},
{
"tx_hash": "4179759504761e70a6096d11fa997514c82bbbd228e4eb61dacd70cd3f1f6613",
"height": 1308470
}
],
"server": "127.0.0.1"
}