Memory Pool Memory Pool Refreshing

11,512 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (613,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,488 294,488 0000000000000000184262b54d26a0d680d8fde03a548d43323f753e9a37500d 0.03 MB 62 40
294,487 294,487 00000000000000001b130d17c8a65eb3826735036bda7eff87fa995a3850a55d 0.27 MB 279 20
294,486 294,486 00000000000000005d9f722a33b37c6ae6b339c3716e0c9c1bcca0b5293fc65e 0.02 MB 52 39
294,485 294,485 000000000000000086b8ebf65dffa4805227f3903d754f092bdd06da600eadce 0.10 MB 176 31
294,484 294,484 00000000000000005d9d4b952a66dcc251184246f54ac265576aced2816d6f41 0.11 MB 246 36
294,483 294,483 000000000000000022747cc04b1ed4f546e02f22f69de78b93e9168f85d6aa47 0.19 MB 244 22
294,482 294,482 0000000000000000a52d70653e00389c9bb1b2fab3b3df30a615b0402bee5c28 0.09 MB 256 50
294,481 294,481 00000000000000000ca3e654e4599ac6cc36b19fe8331d5952f687ddbdea2da2 0.08 MB 256 59
294,480 294,480 00000000000000006d970f289dc02228cc7413251c7f67e27ce18369e6fdbfbf 0.02 MB 64 60
294,479 294,479 000000000000000090beb02610ddea413c41b0a65222cc95a0fdc91e33920670 0.06 MB 137 37
294,478 294,478 0000000000000000a2dbbca3a36839376a47ea69b904a1f55486552e2aa8244f 0.06 MB 147 39
294,477 294,477 00000000000000004ea193b88bc34933643b0fe8ac0613b4bccbbbb39e4b6768 0.11 MB 234 39
294,476 294,476 0000000000000000a98f26600d9d16600d2999bfac1a47ace34c4bf9ff1e9a56 0.22 MB 373 28
294,475 294,475 00000000000000002bae579ab0bdb5958acf1c06e7da92bac94b9140ccd9481e 0.01 MB 32 41
294,474 294,474 0000000000000000027bed3f73c3ab474f19c7b8c8ef8856ceead8f8b58b0f81 0.02 MB 39 33
294,473 294,473 0000000000000000ac44549413fe9ba78189c9c454578560a20cef1cd7a2f427 0.12 MB 235 31
294,472 294,472 000000000000000076093577717b57e11726da8a2ebb19379b655aeb8d39eea2 0.20 MB 379 31
294,471 294,471 00000000000000008e0c153561f993f5593e796e3367d8a605cef0ef0102ec5c 0.09 MB 214 20
294,470 294,470 000000000000000059b2958c7b0e37e1feed8c491a6b0db10a00af98dfb4f372 0.39 MB 663 29
294,469 294,469 00000000000000009333ea4b54151b260bd6a273adbd3e4f1407226e724a8d37 0.07 MB 120 26
294,468 294,468 00000000000000003cc8b3575aab4619eeee8e10cb6b57e2c6550c136039e778 0.25 MB 244 19
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.03 GB sent, 94.13 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.