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": "2N9SEZLcGfYgS3j222SGCx1BokAB6cgsEqB",
"scriptPubKey": "a914b197105914b5b0f44ff347701470cdef8fd1f39987",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "8d711f634d4e02011ff890e23743ce4fff93b543389f3e2622c2293a5e51ee43",
"height": 1344883
},
{
"tx_hash": "426eb5f254926eaaa6b8b081244c60c18f04011b2b54639465e789ab19141cf9",
"height": 1345078
}
],
"server": "127.0.0.1"
}