Memory Pool Memory Pool Refreshing

506 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,393 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 505 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,392 (892,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,490 15,490 00000000ece0510b40263de5dba3d8aa4eb8b033ebdde1645f94c08e4bf1cc45 0.00 MB 1 0
15,489 15,489 00000000516e5788b37a5f9157bd9e80b1df51545cd93ba21e252260edcf9d37 0.00 MB 1 0
15,488 15,488 0000000077781be3ff0dafd25dd60f02e0ee3ed9b9522c97e23f79841b05e82e 0.00 MB 1 0
15,487 15,487 0000000015c8ad0c909ee4458b6b3f5e75a28ad48a3c7237a1396bb1ee468b94 0.00 MB 1 0
15,486 15,486 0000000068fabe12edf081be22a8f918e62d9f4957b983a65d5c65e5d59e0c66 0.00 MB 1 0
15,485 15,485 00000000df1bcd4bd4fe3e25bfc291642c348a3cab7ee10933304f3d8bb065c1 0.00 MB 1 0
15,484 15,484 0000000094113734c592fc393f4decfa215aa82348c61bd2b10c679116466d43 0.00 MB 1 0
15,483 15,483 000000001872595cd2cfd3a81f9d2e48be3b3c80e8ea1fcb0298b8dd8011bcc6 0.00 MB 1 0
15,482 15,482 00000000dd70f8ed94f84a8379d6e2e4363bf9418369a9c98d09fb5375efed03 0.00 MB 1 0
15,481 15,481 00000000b126e8c252e56d41d20093a2381dab1d630823203fac78708ee60253 0.00 MB 1 0
15,480 15,480 000000006de4ef2054deb2f43553fcccd122416163aac57cdbefb1c5f29a7642 0.00 MB 1 0
15,479 15,479 00000000dc29c1eea29e268e8c6509aa2bd5101a0c7f67e3ff757a6db6a90e5c 0.00 MB 1 0
15,478 15,478 0000000068633d8c3c7557aacadb13d20161c19620009cd92798c14f94bd5458 0.00 MB 1 0
15,477 15,477 000000008fa2d9e25732eedab50df589ea78f5cda7cc49ddb15cc1299e278b0b 0.00 MB 1 0
15,476 15,476 00000000a1fc89fa90edada489bbb6b7eaa0e6cac483b5bb349bbb5778fd85de 0.00 MB 1 0
15,475 15,475 000000009ad4952ce58f612a31b57baae27e2533eb0fd37f58c1276aa06ccd8a 0.00 MB 1 0
15,474 15,474 000000009e19e6f9b586d4c514bb774a0f8b3a1fcac548cc502f57a8c25b7678 0.00 MB 1 0
15,473 15,473 00000000747747254be7ebe359e008ceadea55df89730fbce774d3992a1f6349 0.00 MB 1 0
15,472 15,472 00000000906017008123f09cd7c379f381d3b4955ff3aef642bf4ae3b7e8b2b5 0.00 MB 1 0
15,471 15,471 00000000099ca3c1edb191ef9b59ee8ebbe75479cd4b6615522554dc53e11395 0.00 MB 1 0
15,470 15,470 0000000066193fada24ba4c8bc413abe713c53926738411425ceec47d5f870f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.42 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,705.01 GB sent, 99.19 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.