Memory Pool Memory Pool Refreshing

8,318 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (613,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,503 294,503 0000000000000000038b852f3dfe73836dd8ac8dddda375f57fbd65c2e10b6f9 0.30 MB 443 26
294,502 294,502 00000000000000003a882eac42746b6d60be208f24f536ae9810a9973734d998 0.09 MB 64 18
294,501 294,501 00000000000000008b00c6aef067d78f7caf65a93143ebaabb14b0a939a8ab4b 0.07 MB 93 16
294,500 294,500 00000000000000003dbf9c6765f0afbbbfef153e01e5633605ed0c6adc8c637d 0.21 MB 274 27
294,499 294,499 00000000000000002d5791f83f7d487159a2ef054b3886517d804014c2e7480d 0.20 MB 256 29
294,498 294,498 00000000000000008d5c702a43430d9d9655335e854a9258b617bc36d20a4525 0.27 MB 218 14
294,497 294,497 00000000000000006610133b5c228dab0e0603e6d39522c836a274ca3f1127bd 0.35 MB 849 40
294,496 294,496 00000000000000006827ef4101d3d7ec3df2d4b860a88703520692ab877000d8 0.10 MB 256 49
294,495 294,495 000000000000000060abdb9dc73718955755c1b16f27f50c0f2cb331b25a17a0 0.01 MB 28 35
294,494 294,494 0000000000000000099ce5a3cd652004d47d9a59ddc8de7fedf7dfeb5254561e 0.10 MB 142 24
294,493 294,493 00000000000000007c0aee161a45f6f068a0456a71e86a5fcf216db8a1fbea64 0.13 MB 211 30
294,492 294,492 0000000000000000042d18468918c1491c27f7775a9ca76917cc81db35381337 0.11 MB 208 32
294,491 294,491 0000000000000000008484e4b3329cb8db881c6f2c06f1704fe500b0e956703a 0.21 MB 399 35
294,490 294,490 00000000000000001661b0aac50941a7e8f8e5f480c66e8c54a3049add0e0db0 0.14 MB 265 33
294,489 294,489 0000000000000000799fbe7e8e07209d2b0f3ff9579070abc23c73f1b419b795 0.13 MB 203 33
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.