Address
1PsYSzA6cWPD7WRCxMDQ8FhHsHP8PJgv6d


Summary
Script Public Key
76a914fae1d11b3f48017d4cfa3ca59299933c014248a488ac
First Seen
Block #854,169
2024-08-25 02:48:42 utc
Balance
0
Transactions
2
QR Code
1PsYSzA6cWPD7WRCxMDQ8FhHsHP8PJgv6d
Scripthash
3a8a2e2966c7fbf68335e703510d23671c7c745ff4ebdf15e6ce8835df2ac554
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": "1PsYSzA6cWPD7WRCxMDQ8FhHsHP8PJgv6d",
    "scriptPubKey": "76a914fae1d11b3f48017d4cfa3ca59299933c014248a488ac",
    "ismine": false,
    "iswatchonly": false,
    "isscript": false
}

Electrum.Balance

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

Electrum.History

{
    "result": [
        {
            "tx_hash": "53cff70c2111cfa5f19a7fe7235c988748a335b0da52185d267bd0ca7a8eb748",
            "height": 854170
        },
        {
            "tx_hash": "266b12fbc86ad70854a886ae0dacdc10f6c5d7c0148cdc579d00dc36d91b6c6e",
            "height": 854864
        }
    ],
    "server": "localhost"
}