Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (704,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,266 203,266 000000000000054aa1bb04ac06c2ca1a8d0c9934cc139922f9a8b7c6ec967e18 0.03 MB 81 108
203,265 203,265 0000000000000008cb8ee8b422890c3044081825d9465749c754e52be6326f7a 0.28 MB 447 119
203,264 203,264 000000000000000fed6b7a76cb5fdfffdf5955b7f95552663f9a3e376f32c928 0.05 MB 74 101
203,263 203,263 00000000000001776c6f095e6284054bfc91cb2be5c736bc5e8316165e559be5 0.03 MB 112 7
203,262 203,262 000000000000022ba9d5777de792125d3ec230d762d94533af3c4c1de90ecf36 0.09 MB 183 93
203,261 203,261 00000000000000621c6f5448c9e0e4677e09fc2a8eed0de5a232d13449a88bb2 0.02 MB 30 151
203,260 203,260 00000000000001de229260b63d17e6586f3e5c3678aae54dd14354f1c5aaaf16 0.20 MB 540 137
203,259 203,259 00000000000002f7d8d1f63b5f49b464b60562a89b31f0556d107b6c02cceb43 0.05 MB 130 72
203,258 203,258 0000000000000132299bfec2ab5f89d55baaa42dc2af22e258e41876e32286c6 0.25 MB 546 161
203,257 203,257 0000000000000528034951c38597de6d711a4a40264f53d05ed0299c21032d56 0.00 MB 15 0
203,256 203,256 00000000000003e412d930f41d022b606c18141a15f9ecc1b9adb63925454764 0.16 MB 421 143
203,255 203,255 00000000000003d859de45784a962e5130ace2ce2225281a3403e00caf0bcfc0 0.05 MB 135 318
203,254 203,254 000000000000014920f20503bb8d761d6e522691aef617773eb0e3485fab9e55 0.09 MB 207 120
203,253 203,253 0000000000000488ae261d43597ef084d4ce77c70dac9c57418b134e59466842 0.04 MB 87 56
203,252 203,252 00000000000000a25812238e371a59238ec00f7207cd7c7fdf4cfbf505ba6dea 0.05 MB 140 155
203,251 203,251 00000000000000ad062d2f1f139fc4df097efe2dfa6d059575784530e519043b 0.10 MB 221 118
203,250 203,250 00000000000001a907974eef12f8489821409f0b71af87aa82e61a5a6610a6e0 0.12 MB 269 105
203,249 203,249 000000000000046297a32410a28e43e20d111a27b73310ff7fa099e94fda0623 0.15 MB 329 125
203,248 203,248 00000000000004fed43df835c80b3dc1335231b20238763fd1a7138c192c1bf6 0.03 MB 57 66
203,247 203,247 00000000000000dc3352bd2b664d4862521a151eaf8b5f5571061fded6148256 0.01 MB 33 79
203,246 203,246 0000000000000558926af7c59bae975fbe9845661dd889e6ce75f4953936b2fb 0.31 MB 676 110
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.