Memory Pool Memory Pool Refreshing

2,137 transactions
19.16 vMB
Show Random Selection Loading Transactions
Max Size: 77/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 1,944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (902,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,514 5,514 000000008b900032d7f48a2d6e2357f40a5dc5e2733fa65b5b22b0488f52703f 0.00 MB 1 0
5,513 5,513 00000000074b4c7a212e7d65eadc4fbb88ee8f7de3d75abb1eadb5c580395252 0.00 MB 1 0
5,512 5,512 000000000fbdfa8545ab0296f7aaa0de0d94a1ea60426cfdccd7fe661baa5a07 0.00 MB 1 0
5,511 5,511 000000000c0cfb45eb088805bacb26e3258fb826384f7ac0c190cbdcc269de5d 0.00 MB 1 0
5,510 5,510 000000009e68d1afdc7c07b4b3bbc1ce891baf472495aef5a57f8ac73fd4f9b6 0.00 MB 1 0
5,509 5,509 00000000931cb664384a4c637862f20287d8df407ab6de0afca432d98f6963f1 0.00 MB 1 0
5,508 5,508 000000000b83cb62913e9a1fe957d8eaa2135c83cabb41abe781f4a89ef8bd43 0.00 MB 1 0
5,507 5,507 00000000dbf58781d0fdd7038ff072f3de382a4b31ccd24d88ab49d229931369 0.00 MB 1 0
5,506 5,506 00000000a1ff4ad8ed1218089c0cac53b3c4061cf29adf760cf303c77622560b 0.00 MB 1 0
5,505 5,505 000000004db659f79a3162b5cd0d7bbe3bc2ec890cc1f969582a3de443b044e2 0.00 MB 1 0
5,504 5,504 00000000381d1288bd5db198a82fb1a2778f94992de2213c9bbe2cb942beebf9 0.00 MB 1 0
5,503 5,503 0000000063f70a539796b75fbdd72df37fbcb28ddc50852e2a32923ceb2a6173 0.00 MB 1 0
5,502 5,502 00000000c97387559738150a07f2b07d6031f31f7f0026f4bf3a2728eacd91af 0.00 MB 1 0
5,501 5,501 000000000dd21696e382cfc77279cab9a6194280fc602d1ee7a6809fd549534e 0.00 MB 1 0
5,500 5,500 0000000032f2fbfb5849e57629bb28ff2e79d4e231fddb25b183a2b13ff2d123 0.00 MB 1 0
5,499 5,499 00000000e109937eede65b29d2c908983b2a951bac8fc6f4d95d4d8d0a3afbb9 0.00 MB 1 0
5,498 5,498 0000000015a65a0dc19b34aedfe8c450254c226ed879fc93ade23f770d6e9df9 0.00 MB 1 0
5,497 5,497 00000000ae748666ef62e384a02ce2568a59e80349f2c9ce250e48dbcb77ce6c 0.00 MB 1 0
5,496 5,496 00000000a62a159fc96d465e76da1d1e503b0f226e7feaf815196b690480e303 0.00 MB 1 0
5,495 5,495 00000000dbd440eca4c5110d78f0f10ab9ef037dafcd06cb50ff483c9d7345f4 0.00 MB 1 0
5,494 5,494 00000000ae89774f82991c356cadcf0e8767dd6f47f4c25dceda948e6e160676 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.