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": "2N9Vc4VH5ftxnKhmVqWnaVVSvtHicbzJFp9",
"scriptPubKey": "a914b23a42dd7adc20f69d7ed7c854bca102ca34f20f87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "03d3419dc35dde2eb97a4209c1148e0b3133acf2cf89708cb37cd943a4d1b448",
"height": 1308459
},
{
"tx_hash": "7f230652099b45cea7e1023f26b26280952a86135fde028592f4694854cc4c4f",
"height": 1308459
}
],
"server": "127.0.0.1"
}