Memory Pool Memory Pool Refreshing

5,274 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,393 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (232,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
675,766 675,766 00000000000000000007dfccf255afedb88bbd72a2797b8ca481350546b506f3 1.34 MB 2,057 32
675,765 675,765 0000000000000000000b541aaf40daf360a235d9531fc32438c3c64db00a981a 1.38 MB 1,995 33
675,764 675,764 0000000000000000000219c728af28a5cc8d5c0c36037a22bad209e0d5ad6900 1.40 MB 2,302 34
675,763 675,763 0000000000000000000791c406336497ec7e8567fdf21c340d81045c1bcef0f2 1.37 MB 2,291 83
675,762 675,762 00000000000000000007161bea6785fb1bee631d7d21fe8eac71799f0e7951b7 1.27 MB 2,321 24
675,761 675,761 000000000000000000043d159293024378e2d198d766dc85678ae506be0b64c0 1.16 MB 2,642 14
675,760 675,760 0000000000000000000cdbd64afa18952cf2ad1ed4c499934edabbf87cfd9de2 1.41 MB 2,432 56
675,759 675,759 0000000000000000000a2a0731e79f977c689e4f3bf0a72eec99abe3c3478e52 1.16 MB 1,902 16
675,758 675,758 000000000000000000004b9f2a0de049afb1c20466db3cc4215424bcbe2a45ff 1.28 MB 2,355 17
675,757 675,757 000000000000000000005a531dec6db91aeb7a79def9f81fed29f53f7e7852df 1.38 MB 2,565 70
675,756 675,756 0000000000000000000b672bc647a7f6c863a940c02097c0b3b65182684e4494 1.40 MB 2,033 64
675,755 675,755 000000000000000000093bbb72aabde7a44cd11bb06ebbb7a8638f46030688ab 1.43 MB 2,113 57
675,754 675,754 000000000000000000040c14ea25dadd85426823eaf69170b7980a80af4bdb28 1.18 MB 1,233 77
675,753 675,753 0000000000000000000a034674e02d9c64b5da73a9cd5d0171872b7fee86f5fa 1.21 MB 2,808 104
675,752 675,752 000000000000000000069e0cacc2e84b15d282f97c4b9d610f660551eb130a75 1.33 MB 2,339 44
675,751 675,751 0000000000000000000a7490b5edf16e3783cfc32e7502a5a602d459f715eb86 1.46 MB 2,552 59
675,750 675,750 00000000000000000003f5b0541cb000c31e8781967a61792ef249fbff66be14 1.38 MB 2,703 55
675,749 675,749 000000000000000000098fb12eb78c2f3f28e60e6ac383338b2f298281cfcb65 1.17 MB 2,532 34
675,748 675,748 00000000000000000000c3b421239c1daa2109c28842903091869a98f21a993f 1.24 MB 1,691 73
675,747 675,747 00000000000000000009ea546d1e26035e8107bf0531fceef23dae6cf8289e1a 1.33 MB 2,720 74
675,746 675,746 000000000000000000036fef4b8ee57730f7b9458db3c7ac64834a76234a38e6 1.40 MB 1,370 15
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.57 GB sent, 94.34 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.