Memory Pool Memory Pool Refreshing

3,836 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,344 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (614,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,496 293,496 0000000000000000c975d062bb91f5eb81bdb7942d8514e3828630abc6ef02fc 0.06 MB 128 115
293,495 293,495 00000000000000002157e61b23b8612b57f4f9f4ba1b50d882bfd0cf11f16ab9 0.24 MB 265 21
293,494 293,494 0000000000000000c03b7c0002a89065d42fa85bca2eb343b03c763584dde30a 0.25 MB 458 31
293,493 293,493 0000000000000000ba89674cd3f1f76910d1db33d06e0a9a9001a9241213a2d1 0.05 MB 128 36
293,492 293,492 00000000000000006557f3a98f2b4475b4591abbe04402b138ef3d32655c65e3 0.20 MB 308 30
293,491 293,491 00000000000000007fa37d1f354869c361218e09e83897be7ecd3c0ea14562e8 0.25 MB 259 19
293,490 293,490 000000000000000051beab1c9f34e2791779b457adff021b23ea1fc45a8714ef 0.11 MB 256 52
293,489 293,489 00000000000000001befb97ff5793ccfc8b59bbad71b7c25a3969811dc6a17fd 0.07 MB 109 24
293,488 293,488 00000000000000001ffee00d5b827289e17478bebfe4839103d6a73e885e83a6 0.07 MB 71 19
293,487 293,487 0000000000000000b0e5f7b514427c74e6d723c789d08437d1f68ae03bd1f663 0.10 MB 256 38
293,486 293,486 000000000000000000df09ec14e19fbccc0b0cb2e9c4c245ebdb24012a8d3fbc 0.04 MB 128 55
293,485 293,485 000000000000000094718071ee52d34531174a1304c459691bd30d0810959b53 0.22 MB 365 31
293,484 293,484 000000000000000063126620af3f979e92e852a332bb03c723119a3f8fa1da26 0.50 MB 839 28
293,483 293,483 000000000000000092268fe69290d4150455aee141bfa0271c6948d18e56dfd0 0.09 MB 256 61
293,482 293,482 00000000000000008597ccd9f5dcfe8aa52d50a0e6554372ae4d61e13dcf993b 0.33 MB 490 28
293,481 293,481 000000000000000093fbba1738166321ead29b009b62e00febb370c2f491f404 0.05 MB 128 58
293,480 293,480 0000000000000000610795fa515197cf77e3ff104cab97b903594e9914f49453 0.01 MB 16 24
293,479 293,479 0000000000000000c59c78a2562342add561e1c110253a03cda72e1e86787074 0.03 MB 53 26
293,478 293,478 000000000000000047b5ca73059f7f1db4827d2395866db85f68d1f269610c25 0.01 MB 32 45
293,477 293,477 0000000000000000a274fb059598860a527ba7d5b8a8a7ce6ff6ac613397cec4 0.21 MB 256 21
293,476 293,476 00000000000000009e4d31cc72177af994394126f484ab50db849f467c1aa0fb 0.26 MB 362 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.