Memory Pool Memory Pool Refreshing

5,318 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (9,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,505 898,505 000000000000000000012afc7ca6c7ad1520c5b1ddb7d4d12f4b76b0dc2818c8 1.59 MB 2,742 6
898,504 898,504 000000000000000000009791d415aa840190c032c3cc3b36db6123d0cf904748 1.44 MB 2,556 2
898,503 898,503 000000000000000000016659eb49c09be96b6f07b5071deb301a622297fd78da 1.65 MB 3,340 7
898,502 898,502 000000000000000000017a635f1226305b77901788c2440a4b6338e1f57a969a 1.62 MB 2,362 2
898,501 898,501 00000000000000000000d07a64d22921fbc433b32fd4b7041c819a2c0d031a83 1.22 MB 1,211 3
898,500 898,500 000000000000000000021b428fc31e3d59663ad3f60b9232c333a988a84889ca 1.02 MB 217 2
898,499 898,499 000000000000000000014f5b47a523dcdab3b8dee36ed9fcd29e516daa2bcd9a 1.69 MB 2,665 6
898,498 898,498 000000000000000000011d17f7dbdde37a88e29f592bb33daeb270bc4be4c944 1.35 MB 1,299 2
898,497 898,497 000000000000000000014c7bfa69cc7fa92676561fe1c8d2b8c6bd9a838f7043 1.67 MB 3,357 5
898,496 898,496 00000000000000000001420c52d6d2b1b5469fbb83c7007aeab19dd420c27a61 1.58 MB 2,957 3
898,495 898,495 00000000000000000001ead9cb390d7b63ad59c56297d1890c4e54c5b90af0dc 1.59 MB 3,500 9
898,494 898,494 000000000000000000013d02677f5691648bc10ecca3a457ab843e156d0ee8b8 1.65 MB 3,256 8
898,493 898,493 000000000000000000020e14134d6880dbd9ef31e8a91cd3dca63ccb85dd47a5 1.69 MB 3,690 5
898,492 898,492 0000000000000000000104185d6d17742c6f4e4a7b005af0e14c55176037ad95 1.68 MB 2,844 6
898,491 898,491 00000000000000000001f714c34fe677851dd963ad595707150b210be354e733 1.28 MB 895 2
898,490 898,490 00000000000000000001cdd7cd16fc1d7c95c88e712f51ec79cf55e489e74cff 1.62 MB 2,449 4
898,489 898,489 000000000000000000018d025cfa3a7cefc253d7a0b39670900e5d407cc5d239 1.72 MB 2,809 5
898,488 898,488 00000000000000000000bb081eef32a3a35fd3975f39a7ca7bd0c2bb49d361b4 1.68 MB 3,367 3
898,487 898,487 000000000000000000006ac160fb97e7f9fbc71ad0fb38f22c9f7b08e684ab08 1.61 MB 3,499 7
898,486 898,486 00000000000000000000d767c9671318fe2e5b836188f62d8685cf39f2312244 1.63 MB 3,699 8
898,485 898,485 0000000000000000000234b9849058a6e3a1afed3491bb0f40f1f6d2058e3de2 1.53 MB 2,270 2
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.