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