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": "mvPdaxpXvowrqiP6P5Lhc5MtKyJnrnj2cq",
"scriptPubKey": "76a914a3275ba500bb8fc162ea08ac6b6071d2d44e053488ac",
"isscript": false
}
{
"result": {
"confirmed": 1000,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "6932dabf3ac218a28cdb657774fd60b6934fceab175f9cf8345db151342efca7",
"height": 1308469
},
{
"tx_hash": "bb59b5699aac3287ed3ac57362110fecb72420d259f30f2b8d3112b89da6387e",
"height": 1308469
}
],
"server": "127.0.0.1"
}