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": "2Mz6GjkDUQidXHFQfgQe87gUMDaKNeDaoK9",
"scriptPubKey": "a9144b176e8ed806a74084cdebf9c9452714edadd4d187",
"isscript": true
}
{
"result": {
"confirmed": 70000,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "0b6dc24f540cb504f4ca6f8d41ac2dee500679ecd3752517e8d2e236e393d820",
"height": 1345080
}
],
"server": "127.0.0.1"
}