Memory Pool Memory Pool Refreshing

6,700 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (612,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,698 295,698 0000000000000000b3449870ced48f716fce7d274be2fe4361e93e6e15b419d9 0.19 MB 315 29
295,697 295,697 0000000000000000757897adb4951641d3894e9c7d7764059a1e33eb7a14db44 0.04 MB 57 22
295,696 295,696 000000000000000017f0e49a06721a3d9edc2321813baf97bdb19e7e0896e681 0.19 MB 336 32
295,695 295,695 000000000000000065daa655e2dd38965988281d627532317b6fdd9f1cce2cb6 0.21 MB 385 33
295,694 295,694 000000000000000050388e48617613cf3303779f655c64a8078e4c72ff406949 0.25 MB 490 31
295,693 295,693 00000000000000004bdcd074a099b138c355841e9ee26e37333e068100ec254c 0.02 MB 35 34
295,692 295,692 000000000000000023fb81ec1e8aff1ba7a34d81bdedcab492c96822c4c09753 0.10 MB 207 31
295,691 295,691 0000000000000000a1687ae4b93aa17347409c4c65a1e8e30631b9fe11cec023 0.23 MB 364 30
295,690 295,690 00000000000000001702704e797a71b6a46044e9e692f53591fc726a09c703e4 0.12 MB 218 41
295,689 295,689 0000000000000000234dc1fac70782bf3d659646cfed4cc77751d893087330c9 0.16 MB 286 33
295,688 295,688 00000000000000002c1ad905bbf59f5ac23b7f7f427e306ec9cef76a3f365eab 0.09 MB 101 21
295,687 295,687 0000000000000000a8215534c84d1238243724bf48d78b8f496d93019f130ad6 0.35 MB 247 16
295,686 295,686 00000000000000004be51f06c6cc47d0f4b0c98fd1886bb98d23a8742686253c 0.35 MB 785 96
295,685 295,685 00000000000000001d2c96d40d1ce40ea626d4bb59cbc358608d0cc601d87cf1 0.07 MB 181 58
295,684 295,684 0000000000000000b137717c7bd5a1c978f9056773e002d5bf6d382ae55f41f2 0.56 MB 939 27
295,683 295,683 000000000000000052e10d8c5ed86116d090f4d6c0c3cf5942fbeda58dc6f210 0.34 MB 272 11
295,682 295,682 0000000000000000320df8b9e7c42eb38b69a0bc32d00cf0c5a836d96564961d 0.76 MB 1,723 37
295,681 295,681 00000000000000009682170a25be23dd74c12a3637d8c04b62a4503a45df7d97 0.34 MB 388 23
295,680 295,680 000000000000000076d90e087af4af48302fd8736ff4612d4805d78ea8974a81 0.35 MB 880 38
295,679 295,679 00000000000000005fd0407e1e9073f96d08846309748c8fd6b29cb31ad6e1ce 0.04 MB 128 61
295,678 295,678 0000000000000000adc59b25f8e1136a2ee72deba86015d9b8d696b6b38a790d 0.39 MB 555 29
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.