Address
1225v5Lh8XddMpjoGiQTfM65bhCumACAD9


Summary
Script Public Key
76a9140b2ca507cd7db5fe41237fe708add3071d1b6a7c88ac
First Seen
Block #854,038
2024-08-24 05:59:34 utc
Balance
0
Transactions
2
QR Code
1225v5Lh8XddMpjoGiQTfM65bhCumACAD9
Scripthash
e341938cea6f163e037f7012ca1cdc7c9461763329c2e1140e8c750c23f123f7
Is Valid?
Is Script?
Is Witness?
Is Mine?
Is Watch-Only?

Since this explorer is database-free, it doesn't natively support address transaction history. However, you can configure it to communicate with one or more ElectrumX servers to build and display this data. In doing so, you should be aware that you'll be trusting those ElectrumX servers. If you configure multiple servers the results obtained from each will be cross-referenced against the others. Communicating with ElectrumX servers will also impact your privacy since the servers will know what addresses you're interested in. If these tradeoffs are acceptable, you can see a list of public ElectrumX servers here:

https://uasf.saltylemon.org/electrum

Node.ValidateAddress

{
    "isvalid": true,
    "address": "1225v5Lh8XddMpjoGiQTfM65bhCumACAD9",
    "scriptPubKey": "76a9140b2ca507cd7db5fe41237fe708add3071d1b6a7c88ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

{
    "result": {
        "confirmed": 0,
        "unconfirmed": 0
    },
    "server": "localhost"
}

Electrum.History

{
    "result": [
        {
            "tx_hash": "e4947ee7649c3ae64a9328062486667b4cc198efac0caf93a4a7db277a967324",
            "height": 854039
        },
        {
            "tx_hash": "3e9d49d602b47f3042e962af6f14577bba7cf7c46e3164c384921a53e2af6ced",
            "height": 855220
        }
    ],
    "server": "localhost"
}