Memory Pool Memory Pool Refreshing

4,906 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (705,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,307 202,307 0000000000000013a89ab8a9406f03f37d717086ba4aec99704711d1ae7e1788 0.08 MB 195 129
202,306 202,306 000000000000056dba0997ad599702bf937aaa9f739e10c78909a484e2b0d0ea 0.25 MB 378 133
202,305 202,305 000000000000014686d5fa03878116a350376bc46665a8a4f47e2ee8496ac1ff 0.00 MB 8 0
202,304 202,304 00000000000003e42ce76dd1fb2095027550ef1dc92f51466aa17068d1c399c9 0.10 MB 150 106
202,303 202,303 0000000000000567615394bf0a679dc4d8e3be409066aeb03d33881bbd4a81a9 0.10 MB 204 155
202,302 202,302 000000000000007bebc3f78bc693445b109e6bbf191a2ba59f72b3de0b95fbb7 0.00 MB 16 73
202,301 202,301 00000000000004abd3658f11472fac7c67298120735d5733a28c0db4be3cc230 0.11 MB 166 119
202,300 202,300 0000000000000480e59228308b00cd25c6f7fc85a38deeb5d0914463435317f2 0.01 MB 14 56
202,299 202,299 00000000000000c877ce0fcd606f559bba95b02ead4103900d344445aae22bab 0.04 MB 64 82
202,298 202,298 000000000000027a15f06864f84f113b119ce00f0a6a98491ed45fac0d8cda53 0.14 MB 331 214
202,297 202,297 00000000000003bb7b87139dea49e9b62e81e5fa66dc5c75dff75179ce5bc2af 0.08 MB 177 147
202,296 202,296 00000000000003287ea0c41a1e79c85455ec0d433e241ec1ae97bb38d131dc32 0.08 MB 231 152
202,295 202,295 0000000000000101e0e7c71cf8aa726d50706eed65373785b5b1f9c2f9220a50 0.25 MB 465 214
202,294 202,294 000000000000009f27e96c73f8dbecb60995870bb41db2468d82c8fc2f24ad4c 0.00 MB 10 29
202,293 202,293 00000000000002617b16f9dd5be496ae35db553406ef31a408aaacba10f81594 0.03 MB 96 153
202,292 202,292 00000000000002facb5881297f4837317291e1b235cb085365b4fdc8cc7b7873 0.12 MB 210 101
202,291 202,291 0000000000000190e51e9f0f5810920e2c990970fb82cbb070dcfb2a2485f5d6 0.09 MB 206 144
202,290 202,290 000000000000030d931ffa2b7063f0e36a9fe6d71388db13145f0e119d552eb0 0.02 MB 47 105
202,289 202,289 000000000000051d40c7777248da1b2f767e2f1e223c18229bfd5b0979802a36 0.02 MB 48 136
202,288 202,288 00000000000003db0cbaa1569f39d783189cf9c903e3b2560a9b55787727f5fb 0.15 MB 318 171
202,287 202,287 0000000000000197c18af87e86ba1541c571af558192c59b4ab95eecf3903ede 0.00 MB 12 325
Previous 10 blocks ↓
Total Size: 768.95 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,614.10 GB sent, 92.55 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.