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": "1LvnFHp7Y6VqYVgYZ9L2SvwfL9wTdwjz21",
"scriptPubKey": "76a914da9634a4d3d6e5f5a4a3e02b4f69d4a29c5f5c7d88ac",
"ismine": false,
"iswatchonly": false,
"isscript": false,
"iswitness": false
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "e-x.not.fyi"
}
{
"result": [
{
"tx_hash": "005ff050b149c831d8a6030a7a7f13e199b90defc4088073d8ba284c9bcb494f",
"height": 562578
},
{
"tx_hash": "5b13290be8e2a2214ebdc2fcb7ccd634ded47976ba61260c5d087294802ebf7e",
"height": 562579
}
],
"server": "e-x.not.fyi"
}