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": "2NFb99EwyArfvzV1v4eSbwhPRE9e77WE6mr",
"scriptPubKey": "a914f5170aa6ba0cfeeafad7638df966fd4389c7466d87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "6f75306a4fe8fb9e59ae418ba6d75975022913e895152edc08c9f6024591b270",
"height": 1345060
},
{
"tx_hash": "82ea08cf1deb90d6896d9814f4807f707a736068a248228d71263e3b347788bf",
"height": 1345084
}
],
"server": "127.0.0.1"
}