Memory Pool Memory Pool Refreshing

2,155 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (301,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,704 606,704 00000000000000000001327c3a31a1718704ab2100248e167f01ff6aaa37f751 1.26 MB 2,593 18
606,703 606,703 0000000000000000000af1a5baef627412f1774dbf9f37ed7e16c9c923f66897 0.15 MB 203 9
606,702 606,702 00000000000000000003b072088873e3664ceff7e162d3748b643118bbda4c06 0.59 MB 1,667 19
606,701 606,701 0000000000000000000316ae321b7b447677714d4d112135c10769028cb8bbd2 0.00 MB 5 13
606,700 606,700 000000000000000000150ccb454fb741ccc221e343c53842b2d63a789b45aed1 0.58 MB 1,709 14
606,699 606,699 000000000000000000103462cf4b39e549f9eba8519ccd9be14004cea39ac8a4 0.59 MB 1,574 19
606,698 606,698 000000000000000000128d23e9d53ad55a9b39de8ea32b5d5c284b6e704d0686 0.37 MB 837 8
606,697 606,697 00000000000000000007bdef8e74912573d72f1793509e003f8bcb0c14c2901a 1.35 MB 2,445 31
606,696 606,696 0000000000000000000b38e2fcfdee519234a7c06a1232b12dd103cf7dd21fb0 0.41 MB 552 47
606,695 606,695 000000000000000000130787450b0fb3a38e3b0e2d6c1ca787dff38c44a211dd 0.31 MB 302 66
606,694 606,694 000000000000000000132ac5c1aa455d1143642a27811234e750e92503b008cf 0.32 MB 556 44
606,693 606,693 000000000000000000032cd42e414b7374ce914dce5e1043e1a480e64a3d0293 0.12 MB 378 25
606,692 606,692 0000000000000000000d7a9339ae48c974a90192210e71c158b314f0fe215143 0.25 MB 458 20
606,691 606,691 00000000000000000008f90e0f70d8c9bc3d0247a4ece814e3530f0078378f03 0.09 MB 256 9
606,690 606,690 00000000000000000001499bc564cec8ebd5c6bbf440ff455b26dae3945a5c8a 1.30 MB 3,252 11
606,689 606,689 000000000000000000057020cccbab0eff6604d7dfbc414f72abd39621da36b9 1.42 MB 3,325 28
606,688 606,688 00000000000000000014457903f92056fbc73e57b571eeb3ae4ec807ca7c7ab2 0.41 MB 1,083 17
606,687 606,687 00000000000000000006982fa3d86be9669033ffc131b01cdba66a28dd592705 0.47 MB 1,369 16
606,686 606,686 000000000000000000005a0dcc6523a8596f149373af9d9a9f0555b0c0f10930 0.21 MB 341 9
606,685 606,685 0000000000000000000ae000bc84f6bacbcc6697c87b25992128f482cedbe346 1.17 MB 1,789 9
606,684 606,684 0000000000000000000113caa167553922d750fc0f2330b89b8833c227b0fb1d 1.31 MB 3,293 9
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.