Memory Pool Memory Pool Refreshing

11,526 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,114 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (683,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,187 224,187 0000000000000149b789f6affe890f2330ad4c825abcdf1ba844175ffe6498a7 0.30 MB 636 165
224,186 224,186 0000000000000335b32b7fc7dd24d45c8b6dfd4f66eee665026237d1342b651e 0.20 MB 386 186
224,185 224,185 00000000000003c676857bf02710a8fad410002bf85ef525a9a59bf47ba592fa 0.24 MB 480 175
224,184 224,184 00000000000000c8335254e359c6a65544d1504ecde24135a20b4b16811642dc 0.05 MB 123 210
224,183 224,183 00000000000002afd6ed2e815f96225c904ce18737d16f6593fb7c145d7a678f 0.30 MB 477 135
224,182 224,182 00000000000000507a48d2c3b5f79d245af4f9b0f0f75b9d95e94fe7ad7af9f1 0.16 MB 390 186
224,181 224,181 00000000000000a482145c26b626ca65644358e44962e82099c36c966ada3134 0.07 MB 172 248
224,180 224,180 000000000000021ac74e75d26d2c55def463d3cf64cf1513bedad7be4ea9f5c1 0.07 MB 149 164
224,179 224,179 00000000000003c97787593bf2c30bb6bcaf14b6c76d06700eb3d83a42942ded 0.05 MB 97 75
224,178 224,178 00000000000001949f10f7a29f63f369981190ec36608ae1145bbdc9ba2aa42e 0.00 MB 14 156
224,177 224,177 00000000000003a958d922ae60d1250ea7fcf5ff0972ab6993258144716bb1cb 0.09 MB 172 142
224,176 224,176 0000000000000183acffb19f317f32dfb1e54500d2a5a9f6e8e75880e98735f8 0.22 MB 451 163
224,175 224,175 00000000000003d3cefe2721ab9c9df1fceabf6e7859699550379739cb452f87 0.05 MB 106 60
224,174 224,174 0000000000000347f7f01c6bc26d32772421607d2242919de187808e0fb1c324 0.08 MB 189 193
224,173 224,173 0000000000000342e5a5217175ba5110d3367f01b834242f56c5bc44c766e199 0.15 MB 325 168
224,172 224,172 00000000000001db3e7ee92926343363a865afab751710a79af883365e3705bb 0.03 MB 67 148
224,171 224,171 00000000000003045181e2c8dc9f4cf7171349998b72cf0fa88e35237c68e940 0.22 MB 511 193
224,170 224,170 0000000000000245834b93c3592c20c7280c38bd7dbe465df63d6efd651b0a94 0.22 MB 525 243
224,169 224,169 000000000000010337b85e6040f39ee3085d521b4314affb6b35ae2124002b4b 0.25 MB 387 159
224,168 224,168 0000000000000226782c930afaf801c1e56e5da88957d97268b2bcd3c629e629 0.25 MB 582 175
224,167 224,167 00000000000000fc278d32ab08443335ec9123c19a32fa228eb9e5c6571bdaf1 0.00 MB 12 338
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.