Memory Pool Memory Pool Refreshing

3,493 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,933 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (44,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,426 863,426 000000000000000000016bbcda0a4812871eba92619a08a76de0c812aa7f66fa 1.51 MB 2,649 7
863,425 863,425 0000000000000000000188259789d93efea05474b08f2e622c5ea214aad4928f 1.55 MB 3,105 5
863,424 863,424 0000000000000000000089f29b53b1bc007fd1c3961530832a75328466653385 2.15 MB 240 1
863,423 863,423 0000000000000000000220640469d9a3c00b255a9340a830468f74d3c7c0491d 1.70 MB 4,399 3
863,422 863,422 0000000000000000000054af4a6a2f06a83ba796d0cf56672d6ac93f1e13f908 1.58 MB 5,664 2
863,421 863,421 000000000000000000031c0bfd6f1b69616fcf02f8ab814d287e85bbf7e25312 1.62 MB 6,322 2
863,420 863,420 0000000000000000000102de7c60d982b4c24e611026f7e6ddafdea3e9a83e04 1.88 MB 493 2
863,419 863,419 0000000000000000000149c98cd5e7672f5a325d9f34ec6589f7550c56b86e27 1.90 MB 1,014 2
863,418 863,418 00000000000000000000cff6c9d0d11f1fd67590ebdf8a67a9d961ccc55f7e46 1.53 MB 2,357 5
863,417 863,417 000000000000000000029373861a4e404c0993e133c024dc8ea0a9d16ccc40cd 1.79 MB 3,086 4
863,416 863,416 00000000000000000002963f8c6e9fcec566f48b2a890d1297a99a8efcb35b92 1.64 MB 5,034 4
863,415 863,415 000000000000000000003086cd0464603bcf4f42cc340f200afc6f0cc1b54d83 1.44 MB 4,767 6
863,414 863,414 000000000000000000017f9fe3b658de1cb51f3adf5af9ebf320555dc6e51f53 1.50 MB 5,130 6
863,413 863,413 000000000000000000024c2e5b63fd020c513cf4a35e41c790b2adfdb3a11d1a 1.44 MB 5,340 6
863,412 863,412 00000000000000000002a8d43d313b4c501e8a92892f00e35124bb1d78f32c99 1.52 MB 4,122 9
863,411 863,411 000000000000000000011ca8391ddc90cbdffff2b160ef157e87a7aad460b1cc 1.70 MB 3,400 4
863,410 863,410 0000000000000000000025c11a8469e6fe6da78d8c838c49cd79d1936e555189 1.41 MB 3,672 6
863,409 863,409 0000000000000000000271fc2f7f64c65b3c9a0934301ba539edd4ee6e5ee877 1.47 MB 5,305 9
863,408 863,408 00000000000000000001c94ac0ba14b07bff8da36aa1f837091a9f722d191228 1.55 MB 5,292 11
863,407 863,407 000000000000000000024c5c4d4a41b64e8d2ef9de7e162e5510ce74a4dfff59 1.47 MB 6,152 12
863,406 863,406 000000000000000000021c8bb6b09b198b43e0814390a61fdf9313381d7a03cf 1.39 MB 5,769 15
Previous 10 blocks ↓
Total Size: 769.06 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.88 GB sent, 93.18 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.