Memory Pool Memory Pool Refreshing

10,172 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,104 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (278,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,392 629,392 000000000000000000097155f572101c48505d8b987ab144cd1ebfcc29a9446c 1.32 MB 1,272 60
629,391 629,391 0000000000000000000c25d5b48796dba5452eb3f91cc1d3eaf0a354e99f2783 1.28 MB 1,922 46
629,390 629,390 000000000000000000040872b2c76aff788bf516012c339b929a627982946af9 1.46 MB 1,941 60
629,389 629,389 00000000000000000002e05c7e4b9000d8d11ef401449941a7b3aa6f0d5310f3 1.26 MB 1,632 29
629,388 629,388 00000000000000000001e9f66e5cec6b982df4923ff578b94cd1dac62c9e7171 1.33 MB 1,253 15
629,387 629,387 0000000000000000000ba6f8ec4825ce32ad12ba07ecfe35ff941d39756444e7 1.42 MB 1,709 51
629,386 629,386 00000000000000000004c541a000ffed64935f557aca20feacdea43d8662d002 1.31 MB 2,543 47
629,385 629,385 00000000000000000004f0de87203dcf4a8510a5e0eb00a433d562b92e0800a8 1.63 MB 2,185 100
629,384 629,384 0000000000000000000e05126abe2000cc04281dccad871df7b4a55f2c527279 1.33 MB 2,244 38
629,383 629,383 00000000000000000003a8c0605a66a4c40d8a98d3e314384df8821321cbd565 1.31 MB 2,063 15
629,382 629,382 00000000000000000009ad42c373242bafdcb90ceb2f9f52a16c0e8b0a53cd24 1.34 MB 2,434 48
629,381 629,381 000000000000000000078cadee91c5852d6ed17c962277057564c24e24a74ec3 1.25 MB 2,378 38
629,380 629,380 0000000000000000000286f0754d8bea40cde7faa2b344403a1e557015ba535c 1.39 MB 2,616 90
629,379 629,379 000000000000000000028093f7b87849a85a58cfc2e351940b9842e4df604723 1.25 MB 2,748 59
629,378 629,378 0000000000000000000298a7a2255c7507a19c492aa4578e4b09cfe7f6a79372 1.21 MB 3,104 64
629,377 629,377 000000000000000000055112b36b41e082f6089b365aa05c3cd45286ab36f5e1 1.39 MB 2,981 67
629,376 629,376 0000000000000000000812aec7b2dc2c1b2c9de99393354950a9b39d8894021b 1.40 MB 2,430 96
629,375 629,375 000000000000000000084b629f86e218a73e090a002249ee8d71b30ad674786f 1.42 MB 2,162 54
629,374 629,374 00000000000000000003dc7037a8e0578afe955de5d41ab8f5343b5098e7adf0 1.27 MB 2,710 49
629,373 629,373 0000000000000000000ae1869aea2a4f1912e986d1c6f3af432ae36727650b08 1.20 MB 2,209 52
629,372 629,372 0000000000000000000a775c7ff12a7c02b2c7cff88f707071bcade05be7863d 1.16 MB 2,197 56
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.