Memory Pool Memory Pool Refreshing

3,043 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,681 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,497 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (698,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,337 209,337 00000000000003c0e1736f94323b145070378065eaee81de580de879c5485669 0.03 MB 57 179
209,336 209,336 00000000000003593c0c6fa29f354ce2df229a6c9bc897db36461326bdf4652b 0.00 MB 17 61
209,335 209,335 000000000000008143f216fa8ba7873ef9be2b31979bd928938cad641acd25c5 0.07 MB 171 159
209,334 209,334 00000000000003d361c0166e8698c90d7b9e27dff258246ce49ee825d56dbde4 0.11 MB 179 112
209,333 209,333 000000000000001a06a286b485c93280be020a2d58286694a976a9d2ce9af8b6 0.15 MB 240 120
209,332 209,332 00000000000002ba61eb88c980c4e54c9839079efa6425004451d4414fe44eab 0.05 MB 135 101
209,331 209,331 00000000000003789d14b7b2942a1ea5712edb88cc481395add0b359b2d9ee47 0.11 MB 136 110
209,330 209,330 00000000000000400d6023c65a607ab0e3eb4dafe269b997c9ecf8f9a37356c9 0.20 MB 410 145
209,329 209,329 0000000000000167f2e0e41c4fadbabfd46de25cc4b18ba85d297afd6e4bec25 0.25 MB 836 269
209,328 209,328 000000000000002c4dff4954d46f0ce9d479c2e73a25d669024dec925d1c650d 0.00 MB 11 165
209,327 209,327 0000000000000434ff9018b6825f0a3cceed174fd085b2cb9f7924ce0dd21a34 0.02 MB 56 157
209,326 209,326 00000000000000353a87a90b936a3c9fc65bf2faf971f59500365a81fd802fdb 0.05 MB 140 147
209,325 209,325 00000000000002c4d1bce28da03b28abc3ae0acbda3f10a1fbf266890e5c3bbf 0.04 MB 90 299
209,324 209,324 000000000000043807303f2a1aa3b2cdb7ca8dfbc296c56ab2af7981693bda8d 0.25 MB 377 137
209,323 209,323 00000000000001bf5a011196258f9197a0a7c10a07c70695e2e133a29059caed 0.00 MB 10 169
209,322 209,322 0000000000000404cb544231e3f17c879481c794b638a64eab699defbc293614 0.00 MB 5 179
209,321 209,321 000000000000020cee9b6506c80045f6d41b053867a0fecf74de077ef0909d24 0.05 MB 54 42
209,320 209,320 000000000000018b7b35fb76ce617691fa6eee38774827e5e1f5a1d5f6c0bf35 0.01 MB 17 55
209,319 209,319 00000000000000d470ed6c4410c2f27557b96fb9fd03bd7c66f6c76be98e56c3 0.01 MB 33 87
209,318 209,318 000000000000009037f323f5d1a4cf3f501fc17c3aa4d8db4c81e3570ae28bd4 0.09 MB 107 153
209,317 209,317 000000000000005a044b397560bfcbc55f7175946358b3e3a6f5870e48466019 0.05 MB 131 155
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,613.80 GB sent, 92.53 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.