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": "2N38MFDUNP6DroFL482RSCVFw8P6Vo1e4r2",
"scriptPubKey": "a9146c646781492bbe34f1b677e3603acc942470ab1d87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "4c12de23a0e92d637890867cf0ed017460dbf6d3092b5160f69a7944633e0268",
"height": 1344883
},
{
"tx_hash": "7f8a42228ac875f72a65b646e887669866e6895f5b0745858f5e0c5303629133",
"height": 1345078
}
],
"server": "127.0.0.1"
}