Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (713,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,481 194,481 00000000000005c34474b4a6dde3764f1c2ef8756b7cbd45bd698937017c1d0f 0.06 MB 131 111
194,480 194,480 000000000000022dd81a679d6b41c01ed08dab0372867705fc16929a46c53f57 0.09 MB 256 3
194,479 194,479 000000000000020f306fb9f266ee636af47a79016696f47a692c405d278b153f 0.03 MB 60 104
194,478 194,478 00000000000003408337abc6fcb57464466812b55d3916f15cc4c847449db1c1 0.07 MB 137 106
194,477 194,477 00000000000006dde5971d49485782735ebd866c9ee8e15e69e7531a939cb796 0.14 MB 355 151
194,476 194,476 00000000000007a4dd0eebeaf103f5f3defda8d9af4217a69bf332548e79c887 0.07 MB 184 376
194,475 194,475 00000000000005640c11a48b101c43bc97d1ea6497a4081f25ec8502d149d063 0.05 MB 132 136
194,474 194,474 00000000000006ea9b0d300b51f995baffdee0ae7878913698548c34f8400888 0.01 MB 36 165
194,473 194,473 0000000000000336a93dd8c0e768bdc13555678873e76d6c4f820d05723c8612 0.08 MB 256 144
194,472 194,472 00000000000001ef8c8849da72355ef214bc8e4b82aab58aec5355d96b41a2e4 0.05 MB 140 87
194,471 194,471 000000000000035f10d85ff4bfa1beb5ba359fffa555edce9350c509bbd39a78 0.04 MB 80 89
194,470 194,470 000000000000072874e6f2b9018dfce2b20408320139109178265ecfb7d159bd 0.10 MB 256 156
194,469 194,469 000000000000014e7cdf84b6f0ec0193a5e04383f0954f96d380a13266095429 0.00 MB 10 151
194,468 194,468 00000000000003bc9f6f9c8d9939528157f07db0cb6c198c5027d45c39909961 0.02 MB 49 133
194,467 194,467 0000000000000471288e1ffb6dc8e4a50acff61dbb6a235042a7cf32fab272a7 0.50 MB 1,251 40
194,466 194,466 00000000000001c65d17ce7404a3faaa10bac44ee10780625fa3889fcf661579 0.11 MB 331 138
194,465 194,465 000000000000049de93d1b4425bbc0b884b3e6a57b9ea727f0e13d142080caeb 0.25 MB 454 136
194,464 194,464 00000000000000381cb2336926b7de9f8c2dbb480ad4420255da9afe8e6e99ed 0.05 MB 136 82
194,463 194,463 00000000000000d61f173655eb1b1cdb9e65c2d2a730766100c23599f36974d8 0.12 MB 283 131
194,462 194,462 000000000000025efb782f799217886ec068fc6f2f0c07178721fe80c2334e63 0.07 MB 209 161
194,461 194,461 00000000000006b6470a28d420c957609e22f56c5f3a58dfe9ad4d498f63e3fa 0.05 MB 134 55
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,623.70 GB sent, 92.98 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.