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": "2NBgnpx1BJa5MpdejzucnqJjKEUfisqR8px",
"scriptPubKey": "a914ca481368a33f875bcd8ee3a00a40862185386d2387",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "436d12605f52a29cda5e6581dba30a58ce3b091cd8f024ea05056b5b7ff9bfd1",
"height": 1345048
},
{
"tx_hash": "4d6ee008ba74a6f636758ecde6ae859994c10c1e06b491f0aa46ba567e2d34b9",
"height": 1345340
}
],
"server": "127.0.0.1"
}