Memory Pool Memory Pool Refreshing

1,234 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (613,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,384 294,384 000000000000000043ad3ec89a0d58c220f8192569c67bee0620b9b6ec8d6f55 0.38 MB 427 22
294,383 294,383 00000000000000007239f34580b21e11a2acf81cedd74a2f67174a4fe11a5138 0.11 MB 256 49
294,382 294,382 0000000000000000304699d10b036cf1a5f2cbcebae8bf7c132c6fd08c846f8c 0.50 MB 905 33
294,381 294,381 000000000000000009cc219a0c37551d83101b0337b7bfa61c8341620372c78c 0.08 MB 256 47
294,380 294,380 00000000000000006d13201bdd6f07dea1c3e510e090a487cfb83e1510e8744d 0.33 MB 202 12
294,379 294,379 000000000000000027ae65bcd72df88578d81212b0ba38a2e0128a65cb307e98 0.50 MB 1,168 37
294,378 294,378 00000000000000008f3eafcf9c0a18a36d262ea086bb8a4b8c7e83a37b55d3c0 0.13 MB 219 34
294,377 294,377 00000000000000008d086af55aad34e9c4c18e67e1606acfafa8f60afcba2e29 0.18 MB 240 22
294,376 294,376 00000000000000001de00fbd4ab5ae8e5b5ef77e33868e034a4d53faec944709 0.04 MB 128 79
294,375 294,375 000000000000000098cd33763cc1ea29e4ec937f35a3c5477b4f440e5dcea6eb 0.12 MB 251 38
294,374 294,374 00000000000000001a1a80a94c0871254bef05bb835526e8aee5e8e1f45beb42 0.20 MB 463 36
294,373 294,373 00000000000000000074f3b008b16d970ee9b37ce71628d19f83d5af3e52afcc 0.35 MB 641 32
294,372 294,372 00000000000000002fc61a321b96582da25eddedf1fceafb0e8e6e5b73b4358f 0.26 MB 330 26
294,371 294,371 00000000000000007b7c8d25047b62b9b5f201c85d90321c891d8c3d1a13dc3f 0.32 MB 397 29
294,370 294,370 00000000000000000e6884d73749253fdbed701a5d424fef4274202110ab2cbe 0.35 MB 953 50
294,369 294,369 00000000000000008c9cd04e020165d442f16ddeabb28a79327c98edb00c25ca 0.23 MB 474 129
294,368 294,368 0000000000000000140d6d64dfb57dfb0c03b5fcd9fd61ee53da04259a74000f 0.10 MB 234 22
294,367 294,367 00000000000000007e465a57538092425800a29ad212428c7eca1504cabc0427 0.05 MB 114 39
294,366 294,366 000000000000000067dd184a8657642a6fcaecb70694b0272381cd9043bb8100 0.26 MB 331 23
294,365 294,365 00000000000000005c192afd4ca1cde0a49c6bc712528452ea15d4641d23c5ca 0.22 MB 366 34
294,364 294,364 00000000000000000da1c285aa8c9b6fa72236acf7ed1c0d1f0b4b55bb140fd7 0.24 MB 335 16
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.