Memory Pool Memory Pool Refreshing

7,820 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (87,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,186 820,186 00000000000000000003b962c45b792f08036d235224486224e3d4bf18cc3961 1.84 MB 3,228 63
820,185 820,185 00000000000000000001681db9e516091eff29c5ed43b09d339abe6ee88d16c4 1.96 MB 1,724 101
820,184 820,184 000000000000000000003ed649125447cefcfb4ab2720283f367f08f2fcc4ddf 1.75 MB 2,726 119
820,183 820,183 000000000000000000003aec5443904249f46dd5a7ceff69329c0e1e6b2d02d7 2.02 MB 1,496 76
820,182 820,182 000000000000000000024e8ed5390a7e8b32ab9fe17dd8f75cf4173ace04cde0 1.61 MB 2,887 134
820,181 820,181 00000000000000000001c0d93caf4ef16df73723153ec60225c689bcf0b6362e 1.87 MB 1,034 57
820,180 820,180 000000000000000000014dbb20333d2919cfd44fa1fc8614487fd2d952534411 1.83 MB 2,277 90
820,179 820,179 00000000000000000002dce73d185ef77c82346f2a2e8e52b766b60fe8f16c1b 1.64 MB 1,335 68
820,178 820,178 000000000000000000039c8c15c44532b7264d5f297c71955e6324b7102d6f9a 1.50 MB 2,194 105
820,177 820,177 000000000000000000022dcc4095a662a9edbf8f18ddd8c6cf86d4e132c2f448 1.51 MB 3,035 152
820,176 820,176 00000000000000000000bea164c5f41e09270a93090538519f049746c796582a 1.59 MB 1,645 99
820,175 820,175 00000000000000000004011484562767e668f7655e84bb376f26745953436dab 1.78 MB 1,733 77
820,174 820,174 00000000000000000002e116279db631b7a583a4ad21472d77656c742c9f7153 1.58 MB 2,261 70
820,173 820,173 00000000000000000001af6093f6377a816c35c8737a7dc4432c84f69721ce59 1.59 MB 2,123 64
820,172 820,172 000000000000000000031ab00fe3200064602bf7d3e7ac9f7de1f884e99ab7f1 1.62 MB 3,830 158
820,171 820,171 00000000000000000001f78a5726c5e630e69623832bd8fe6a951e9425f041be 1.69 MB 4,175 102
820,170 820,170 00000000000000000001050def8f9ee0bd96b03cdb75102901b0e8af5fc4bd2a 1.72 MB 3,091 72
820,169 820,169 00000000000000000001dec292e3f8d3b52fe235b33a6f6e22baa9f152e79755 1.61 MB 2,630 79
820,168 820,168 000000000000000000037b482a1e54ee6179155a832c89c97d635dd81df31ec1 1.65 MB 2,492 209
820,167 820,167 0000000000000000000143b0773d94101db8e89d42b7dce5ba4e8eefc9d85d23 1.64 MB 2,738 115
820,166 820,166 00000000000000000002af12db4933b6a0af408bf8a0e4032b72c1667baba73c 1.59 MB 3,385 150
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.