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": "2MsX1TEHvphkAgzpdjp9BDDJHpF66A2aawS",
"scriptPubKey": "a91402fc30fc7cce80d5eaa60f3bd4aa1041dd04660e87",
"isscript": true
}
{
"result": {
"confirmed": 16143,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "4cc75feda54ce96577ded9e45b2edb421b9ac2530ccf8e184bbbf16a11e8970d",
"height": 1345079
}
],
"server": "127.0.0.1"
}