Memory Pool Memory Pool Refreshing

2,384 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,000 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (665,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,154 242,154 000000000000003e23fc3e59ba439b0859eb837314180e12e07839c248379c2a 0.04 MB 90 111
242,153 242,153 00000000000000b74adaca5f936cab005ef11fce7b39a49212de016531b4618d 0.25 MB 548 159
242,152 242,152 000000000000004c770a9d3dffd4031a937fcbc3d827a5e7cde53a632feae4b8 0.12 MB 282 168
242,151 242,151 000000000000001fff3d4fd0350eeaba65971026a4b854dd944c2181817c6f63 0.15 MB 298 1,076
242,150 242,150 000000000000000ea5bdb59a7519943bf35d0f860f392e05ebf8b13c811888f0 0.04 MB 69 64
242,149 242,149 00000000000000cfb19e9d001b489901f660cc509dec532e29a6c89728dcb9f8 0.16 MB 339 177
242,148 242,148 000000000000001947f754f3df0067992ceec710108a2811825fb5288001c8d9 0.25 MB 546 157
242,147 242,147 0000000000000051efd1c2670c7b52c5f25fd5b0cff6bb1908e07019664eafec 0.08 MB 64 20
242,146 242,146 000000000000004fd2169a4b3fcefed4dc7f4dc3e85cd86fdaa56d5c1dc4b002 0.18 MB 400 160
242,145 242,145 00000000000000513ee60c04ac44112fb29e08d6b6c9a8bcbc0a0df99303af02 0.10 MB 235 155
242,144 242,144 0000000000000051c87fa917912e79e0c3b6e56924a6b951a48851484fad20c8 0.17 MB 380 177
242,143 242,143 000000000000007ebee32af395130f6794887623669ecf81bbd14c214c4b22ce 0.09 MB 149 70
242,142 242,142 000000000000000fb4ada8bf3343f4d8b202d5c6d4d8452ac202b75cf0d76638 0.05 MB 128 122
242,141 242,141 00000000000000da67df4b5cfdb6ff7a17c6355c5f7af203b19104ab4533a78d 0.06 MB 115 150
242,140 242,140 00000000000000db7dd69f8ce3d2d2edd2bf89d7dd07c7785a13a2c28f77adf1 0.04 MB 46 39
242,139 242,139 00000000000000898c22fc218273f69691d0a9428fd32a46635dd56a2a0aaf45 0.08 MB 186 215
242,138 242,138 00000000000000051963a8dced10a82978b06a02d43f99a3156d938f12c179d2 0.01 MB 28 127
242,137 242,137 000000000000002c63a0a91d1485c40e523f5e87d97d62b43ab8372265bf1b61 0.16 MB 398 195
242,136 242,136 000000000000007646695d1a4cf5bc6cad3990c09e387598aceffd571f4eb088 0.07 MB 180 201
242,135 242,135 00000000000000bca5a1d60987a65bff41f734e7861207704e340afd145db40c 0.11 MB 287 168
242,134 242,134 0000000000000058f7fdb4ef4c2471791f6b1ab85e663615cc61a93b69bd399b 0.02 MB 36 135
Previous 10 blocks ↓
Total Size: 769.54 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,648.54 GB sent, 95.66 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.