Memory Pool Memory Pool Refreshing

17,125 transactions
5.71 vMB
Show Random Selection Loading Transactions
Max Size: 34/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 3,882 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (803,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,895 103,895 000000000003683b42124318f4f4d160cd07b348eda268e699ba9ef74c984a51 0.00 MB 9 348
103,894 103,894 000000000001fe19f985046fdc3d1e31eee3190529607d8791b60493126ec60d 0.00 MB 10 0
103,893 103,893 000000000001b92d54e18c832baa5cd9364c82ddedc85d8f4b7d3111e188cefa 0.01 MB 23 0
103,892 103,892 00000000000159b4d742faf70ebd7885005478bf098a2cf8f6804b910d13429f 0.00 MB 12 0
103,891 103,891 0000000000032f93e0ea2e840733439d3918f3f4c21d288f5ce1a5077b9e044c 0.00 MB 12 0
103,890 103,890 0000000000002201064034425736a3fd968c09589c7c173db59f4f03dace3a3e 0.00 MB 5 0
103,889 103,889 0000000000033494f847439db816ff53329c09cff55ad898c6d1777321e01313 0.00 MB 2 0
103,888 103,888 0000000000023922e8e33f32692e924380113ab8476ea1880408c3269b338a71 0.00 MB 2 0
103,887 103,887 000000000001d5064c44d4cf9a6b3d24ac905bbe66708ec58d40d15e6f739d1b 0.00 MB 4 0
103,886 103,886 000000000001603678697605caabc8f1be41e322d1713436dc8856b4fb05944c 0.00 MB 2 0
103,885 103,885 00000000000283e627db197c6dba3e5188e36f66ec4bb0562045ffac305f6414 0.02 MB 68 0
103,884 103,884 000000000002a5eaa9079ef9af5eb49651510506b7e378bf251e6b7f958e4bdd 0.00 MB 11 0
103,883 103,883 0000000000015bed4d253c91e9018834afbd7c0e726356fd219ae5322a8c8358 0.00 MB 1 0
103,882 103,882 000000000000c7881483c099e079ccacf134fa9c05579ddad5a4a04468cf995f 0.00 MB 2 0
103,881 103,881 000000000002822cae919a8460e209c1aee28096b217813491c8bc594c493ab8 0.00 MB 6 0
103,880 103,880 00000000000136127434005578b3dfe0df10642f3e3f7869f79ec79f4585549f 0.00 MB 2 0
103,879 103,879 000000000000ea090b0dd06eef7eacf22844e47dcf6603c3f843124e49f82d4a 0.00 MB 7 352
103,878 103,878 00000000000030ed559b9de57bacb6118bfbf43969279d1582b142aea8125a3e 0.00 MB 3 0
103,877 103,877 000000000001c38dd824db60aa426407050366261453d63a04930bb1fb3a2fb4 0.00 MB 10 0
103,876 103,876 000000000000139b191ceea22e18e2c6fce625339c8a4d97073d79ab7b584933 0.00 MB 1 0
103,875 103,875 000000000000949fe5bb44b2b0442b0a03a8a6739215cb2c689a7b28f4331bbb 0.00 MB 1 0
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, 114 incoming
  • Data Transfer: 1,624.68 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.