Memory Pool Memory Pool Refreshing

7,220 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (715,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,255 192,255 000000000000035a5714756b4d3a5febbf72415f4ce147b922ef31792568736e 0.01 MB 18 111
192,254 192,254 00000000000000d683d4fa4dfaa22a382d345d54f639f7fba0ffdc51c1bbf04e 0.05 MB 79 85
192,253 192,253 00000000000005d687b1d421c59e4763578eaa04bd72a2b558107db1bdc074b1 0.07 MB 178 244
192,252 192,252 00000000000003fbc8d5cc9b354a8b0094d0110e032f5840fb030c11a05b2de5 0.13 MB 321 149
192,251 192,251 00000000000004a291297787ffac375377e18c518adfcf507aa58dc66ed78353 0.05 MB 146 115
192,250 192,250 000000000000065e317d52e913f469c332bd8117946f3e54d0bceee1d9a037f2 0.00 MB 10 0
192,249 192,249 00000000000001a4b881c1b41eb6094cd75df19da08e70174ac0980ca215991d 0.00 MB 6 120
192,248 192,248 000000000000059c18bc6022f8ad7bd1a0069667d063423a2960b1ca3ab33833 0.03 MB 79 116
192,247 192,247 00000000000005bf0155c8b0bbf422713e4bab41191a0dccdeda07309d17682a 0.08 MB 256 58
192,246 192,246 00000000000003a2dfcabac3c32ddd6d6412237f2b83035fb206dbc788f04946 0.04 MB 103 136
192,245 192,245 000000000000082f0818a8871b8f46b5e7374a36cfd4fa88e83b77a2fbac7b5b 0.00 MB 11 45
192,244 192,244 00000000000006ab55a5143834ac46b69ca6e05f1f5fcf808861303b8d8aa302 0.02 MB 46 219
192,243 192,243 000000000000021bd85111a190689ec16d317e0aaea0b7d88a8e36abe713c409 0.00 MB 10 15
192,242 192,242 000000000000073ee7559662000be746b0d383768eedf7c1d4b326a18c3f832f 0.04 MB 84 121
192,241 192,241 0000000000000326f3b33b3a1ae2cdd9bbed641e9b8523c53ed153fd74468656 0.14 MB 356 115
192,240 192,240 00000000000005693de08e8f435b616988063f90af37b4e16734ffa4fa7a889e 0.09 MB 205 165
192,239 192,239 00000000000004eb86bb19ca1c9b4f1edb6f4a7b4b33f5f9b69cb23376aa3a14 0.09 MB 256 160
192,238 192,238 00000000000005db775dea2729c8bc897105d5dae33181e571d760a298c15d9f 0.00 MB 11 361
192,237 192,237 00000000000004aa357d0c4b5b9aff4b88a4026f178167b77c4852b71ff30408 0.05 MB 128 125
192,236 192,236 000000000000077a2757f13b15c35e1b5e220e55a091965fdc146c8b6f9afa8e 0.13 MB 310 141
192,235 192,235 00000000000005df83717e53d9274fe140d2a74b1f2b4b210e17f90a7a4169e7 0.14 MB 256 70
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.