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": "2MxQNfcuN6aUsEN22Xx8aYuYHp6L3e4jLw7",
"scriptPubKey": "a91438939de5008beca02ce77491564a4daa2188b61a87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "12e982a5c2b69802a2fde1033b8c9f00e7dc3c5676fe5797b82e2fd0c409ef0b",
"height": 1314087
},
{
"tx_hash": "272a2eb592572c0429c3c8dfee59e62ee5a6fefc06aaa56d0403f8231fd0c6f8",
"height": 1314116
}
],
"server": "127.0.0.1"
}