Memory Pool Memory Pool Refreshing

2,757 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.77 vMB 2,757 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (299,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,351 608,351 00000000000000000007cb1eb03c24303e5e9cf968e821f8379cf06efaae4851 1.16 MB 2,136 9
608,350 608,350 0000000000000000000a8d9b244e450e2dcb61814e2fd174d37e16b6a9d10431 1.11 MB 2,276 9
608,349 608,349 00000000000000000000c58c687054d2484d55bb1f09c9a78937fe6455123d56 1.28 MB 3,097 22
608,348 608,348 0000000000000000000eef704cd0f04ad55cad3fc6ffaaf04aab0327465f2ff8 1.15 MB 3,138 11
608,347 608,347 00000000000000000006171113302b2c90665ff419226592f8ef01552bccf184 1.32 MB 2,342 11
608,346 608,346 00000000000000000004f2cc6601d592194c8e5959580bee71fc936580e2407b 1.24 MB 2,184 24
608,345 608,345 000000000000000000143fbc56df4e88c078501196b3a937243991f42495a5b2 1.28 MB 3,033 18
608,344 608,344 000000000000000000003dc8e709787074e3e6426450870a6bcfffa0bc896338 1.29 MB 2,619 28
608,343 608,343 0000000000000000001214f1c22a4d39a49e4172bfa4c956d444a1c494fe70d7 1.29 MB 2,853 33
608,342 608,342 0000000000000000000be12926bc2cf64f73e436cdae368c29be03baa6c180dd 1.41 MB 2,732 14
608,341 608,341 0000000000000000000db52555e5fe52d0466825cde3f9d832302fa018f39bad 1.34 MB 2,688 30
608,340 608,340 000000000000000000025ae8248c657d68d8565250ad140601abd57f6f4e9567 1.25 MB 2,561 34
608,339 608,339 00000000000000000014ae90e50bb4644fd1bebbde150abaff4a1a51f3bff7ec 1.18 MB 2,255 12
608,338 608,338 0000000000000000000656570e8f11b8525b8fc4821509ff12da181a9a045aa1 1.38 MB 2,480 14
608,337 608,337 000000000000000000147bc36e066d7a1a2899d087e09d35dff178066093945c 1.19 MB 2,005 17
608,336 608,336 00000000000000000007bd7b59961fafad6ee299cb7234254c11cb92ec293f43 1.46 MB 2,922 21
608,335 608,335 000000000000000000055cef44dd07ca3ac887ffc58f97eb193c6e5bce4ab3bd 1.28 MB 2,818 42
608,334 608,334 00000000000000000012524ea0fd9d9eaeec53d30374be87b27cf216454b0a0a 1.27 MB 2,669 30
608,333 608,333 000000000000000000101c7109cd9976490bc707075e115c694bf30e83169263 0.68 MB 1,716 16
608,332 608,332 00000000000000000005d25045d9fefcd4f5dbc8526000c68f7dbf85edf701f5 0.44 MB 775 13
608,331 608,331 0000000000000000000ddc97ab1f5da616db46ad89756d34d1ce376f6a396b95 1.26 MB 3,227 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, 114 incoming
  • Data Transfer: 1,635.56 GB sent, 94.33 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.