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": "2N5FFyWUan5SpMHeiuMGAGLviVbj2GfCgqV",
"scriptPubKey": "a91483a32af2d9468df88b11435dc1b7dbeedc10b44587",
"isscript": true
}
{
"result": {
"confirmed": 6139,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "6bb8d240770428cc791ae27d9287ea5f9986eea55a41f8b7da00b761fbcfcae2",
"height": 1321864
}
],
"server": "127.0.0.1"
}