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": "2MwWSsP1K2spzsVDZz6s87Qig5K1TuQ31rX",
"scriptPubKey": "a9142ec17ebbe1325de7e17f339b84914bb9c387fe7c87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "98a3741b15c1519d18700a6b86bcb0d3bcf3de7a8ea8b4f14d880b3fe6248e27",
"height": 1321262
},
{
"tx_hash": "8a71b8484ea2718996d5fd9f9eb7491556f1a6117de11a7aba6730c580299f8a",
"height": 1321865
}
],
"server": "127.0.0.1"
}