Memory Pool Memory Pool Refreshing

3,755 transactions
23.92 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (826,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,187 82,187 00000000003bd0995ef38190787a966466fc3bcb01468a69366e3fc83a76121d 0.00 MB 1 0
82,186 82,186 0000000000395a10dcbd4510c3844e7841edcf9ac821946cb2fc683153e0d2c2 0.00 MB 1 0
82,185 82,185 00000000000a8961117ecdfbee5cb266c85b01f50f4544d762e4952aaac34ee9 0.00 MB 1 0
82,184 82,184 00000000000bb5c07ab313b30c6e9010b0991dc432f434cf9557da536d7cd13c 0.00 MB 1 0
82,183 82,183 000000000005083db93276a20f9898bd575e3adf6dabf61adc8c4affd59158d2 0.00 MB 1 0
82,182 82,182 000000000023ff1341772755bbfffcc8f713e56a1bd977814dff9303f1d070cc 0.00 MB 2 0
82,181 82,181 000000000030c77ed9dc76b71fb22163b8bf917c7e1d8fbb3922cdbb4c944409 0.00 MB 1 0
82,180 82,180 00000000002430304a32e581de37e3fad75c80064f02ea15d3428bf13354c471 0.00 MB 1 0
82,179 82,179 0000000000330b8db073eb933d82cb70df79f9efdd360ecf0dce967184017765 0.00 MB 1 0
82,178 82,178 00000000000440e1abbd647543e7339cfee68371b855c6749dad64f66cc1bcc3 0.00 MB 5 0
82,177 82,177 000000000027b1e75bdebc81b04a940e316fbf7d2013ed311f4cd8f646590bee 0.00 MB 1 0
82,176 82,176 000000000012f3cbab5b882fb713226e10c180690ec1f340d93dff5065f57e2c 0.00 MB 6 0
82,175 82,175 00000000000b2d6b53cb7062750957180547ab3ebbd99d5558460ca5b26dcac2 0.00 MB 6 0
82,174 82,174 00000000001a121ec190c888f3031a8ccfe8008bdc1f5116e0860917eef32f51 0.00 MB 7 0
82,173 82,173 00000000000d7b119bd60d89ea85d93a612b42e3e06c834f6873b9596876f1d5 0.00 MB 1 0
82,172 82,172 00000000000c0e48b7a575169799999bb7d881545d1f86aaea98b52790442f94 0.00 MB 3 0
82,171 82,171 00000000000cc53d61d32bc921d95d5c7c634d3c1fae91b93cc4420255d4fc4f 0.00 MB 4 0
82,170 82,170 00000000004622006b413a2fca8a62d19d7bdbdb5bdbfa31c2c9a0e6d5393bf8 0.00 MB 1 0
82,169 82,169 0000000000332c81dc0195790cb9f5693a1b979538a772f474114cef240c1d53 0.00 MB 5 0
82,168 82,168 00000000000ffe24150c73756721b15897b602c3a1cba455c2e9fc35dcdfe8cf 0.00 MB 1 0
82,167 82,167 00000000001bda403dddb09f1f5e841a74b26f754387c9810567242ef66a520d 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.