Memory Pool Memory Pool Refreshing

16,473 transactions
5.48 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (752,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,687 155,687 0000000000000e50cd67ff7e6257b9e3acd1fe0db5bc175fceeb2a53dd887770 0.00 MB 12 0
155,686 155,686 0000000000000d22baca2af1d0b2a3989b44907401d00dbaa43c7c655651a5b4 0.04 MB 80 73
155,685 155,685 00000000000008bc52d93e0c522e6d8ac90fbc19a7953a32c3d96179d2c47ec4 0.03 MB 83 54
155,684 155,684 00000000000000b2463bf1e1dfe4a102f35e2d648d5547016745b790b086313a 0.00 MB 10 48
155,683 155,683 00000000000001d86d7851d03963169738a9102abbc2e5d347b09f57467444eb 0.00 MB 12 17
155,682 155,682 000000000000074d43ffb81974a9c2b2310883b8c823bc933af22517ced26a2c 0.01 MB 22 248
155,681 155,681 0000000000000ae85a1e346b1c0f3a9732d33bb59981fdfad9e1e1104d0f9da1 0.04 MB 89 153
155,680 155,680 0000000000000e084eaec57962f9622f600338847ff467fcae00e0f38480fa7b 0.03 MB 45 144
155,679 155,679 000000000000063429afee5d70c906244ddd37fe92ec7e3f28b904fa72f01618 0.05 MB 137 46
155,678 155,678 000000000000014113aa0b409659e835801b6ac0b42205521b4ce9cedbd5b900 0.01 MB 16 25
155,677 155,677 00000000000004676fccff36181fa2395e7b4d5ec63e6ca660735491959a5e03 0.01 MB 16 180
155,676 155,676 00000000000001b81fe049991bb39e40bc22c9e06139bfe1c7c38b5be0f98416 0.05 MB 60 34
155,675 155,675 0000000000000be789d07247e3000a75c8c30140a257244ce8dd472537acf0af 0.00 MB 1 0
155,674 155,674 0000000000000bcad0d4824985381f749dea5ac4f337e9ebbef841db4854d276 0.01 MB 22 45
155,673 155,673 000000000000096f664f85059a07baf3bb78e662096cfddfa2e5711e42b39ad9 0.00 MB 10 756
155,672 155,672 000000000000064c8e8b05166ff6f4f52d352991559990ecd50b94fc34150aaf 0.00 MB 8 32
155,671 155,671 0000000000000963103e3772fc6e9d95adfecaba06be06fcb237a4019a68a08d 0.02 MB 68 59
155,670 155,670 0000000000000615b95bccf8ea4161994934dc45c13657e01389ed4ee22c9651 0.02 MB 55 338
155,669 155,669 00000000000008df0bd0c11a2b4f64eb342e3d54438cdb82b00859919a6fba50 0.00 MB 8 0
155,668 155,668 00000000000004573d3f8300869ac00b049012e62102655d37a4e654faae40f6 0.06 MB 179 147
155,667 155,667 0000000000000852ace33dde0b59497a97cdd22a455027e291bbae0b966c90b1 0.00 MB 10 167
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.61 GB sent, 93.00 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.