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": "2MxnutbZRzYEc7dGWDJYUhSp6Y4ttACjHjB",
"scriptPubKey": "a9143cd6d50b022b3d37caffbb2d6dba055694e5b9b087",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "0b2c4033e1eb70ae511244fabbc95f1e2ace747b6b547074993345534c0d96a0",
"height": 1308469
},
{
"tx_hash": "082a1adb4c7ed510a7ba3470f48bd5d353deb763fc21e0c6ecb4eaeb61df4ab5",
"height": 1308470
}
],
"server": "127.0.0.1"
}