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": "3MHZ58xuU7J3zjsCmhAZkgtSPhCD9JnuRQ",
"scriptPubKey": "a914d6f288a5fe82db99aa41232677e2e68696f9954087",
"ismine": false,
"iswatchonly": false,
"isscript": true,
"iswitness": false
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "e-x.not.fyi"
}
{
"result": [
{
"tx_hash": "3ecd1c5ce1b4b04a325ac98d5ac0365bc972c7761c33ef2ad1fb030381360de3",
"height": 562573
},
{
"tx_hash": "3f4bd230fb4785b826866d02270f68286c4c3c14e0789bbf5e7b1c37c62ca551",
"height": 562692
}
],
"server": "e-x.not.fyi"
}