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": "2N5w8XGmKoafP6avpyDP6ekeEe3QsDR2Ykj",
"scriptPubKey": "a9148b2d95d82a64574367e4732dcd820f9f0c2c34fd87",
"isscript": true
}
{
"result": {
"confirmed": 0,
"unconfirmed": 0
},
"server": "127.0.0.1"
}
{
"result": [
{
"tx_hash": "46306df390142d6cb4e47db2bdd18d7aa2758dff80e59c6ca4fa4062b95a7c61",
"height": 1308469
},
{
"tx_hash": "38fb5f4ec74c0bff3e0dc1f8e83dc45db35bf8cc8b06a1d3d6e1544335350cb1",
"height": 1308470
}
],
"server": "127.0.0.1"
}