Memory Pool Memory Pool Refreshing

4,109 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (596,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,014 311,014 00000000000000002589d55eaca69edc91f6093750263f8a935d038f5b0272da 0.32 MB 1,024 54
311,013 311,013 000000000000000002d49d94e7927de02c3c7825f2282b9adb30d25cd30af48b 0.24 MB 385 26
311,012 311,012 00000000000000002a4dbe20fcce17f7277b50f9b98875c1d6e25fa081e23587 0.23 MB 407 26
311,011 311,011 00000000000000003bdb4c0f5dbb6e34d582e4d4ca4659601e0dff7f8b8f010b 0.43 MB 752 31
311,010 311,010 00000000000000002265a997dcb9a9b5360d4c72089b8698e6d103319bb633bd 0.27 MB 349 29
311,009 311,009 000000000000000000a8114d75839222bac009252ab7610081aa11362027c285 0.03 MB 57 27
311,008 311,008 0000000000000000164acf0b2fc2f78ca49ef29846531f491449b75863336b3b 0.01 MB 23 30
311,007 311,007 00000000000000000c64434b1e9cca6ba0c93122255d9e0f939d5276845a0c68 0.13 MB 288 36
311,006 311,006 000000000000000021401f1246ef944a888abac80e3598522a811dedf0692a39 0.09 MB 163 38
311,005 311,005 00000000000000000d9fe7e2d04152ec9275f75e6f5c0efa0901f7d1225b94eb 0.26 MB 474 31
311,004 311,004 000000000000000038fc70fd933f0b92c8da00c81de701d30cf19005423a6094 0.11 MB 235 24
311,003 311,003 00000000000000003b6650604028cea5f883d6fa4da54000bb835a5edbaf8951 0.20 MB 353 29
311,002 311,002 000000000000000023f996a2d963943a8cff4efa28b5bc557107f7bbe150e45a 0.33 MB 562 34
311,001 311,001 00000000000000003cc75eebccad2cde872d5b7ebe46fc37806b3ed6e82dad53 0.34 MB 638 36
311,000 311,000 00000000000000002ebea165acbaf9438fac8f8a109b3fe331ac34cb2a50a970 0.06 MB 119 31
310,999 310,999 0000000000000000131ec7e24f58773ecd293da1089abd2f7dd154ce77dc8a13 0.16 MB 225 18
310,998 310,998 0000000000000000327ec7c04c8c5814ff06ee832e1233f31c5507a30c11425b 0.26 MB 329 36
310,997 310,997 00000000000000003b6000b12465f8784507f6dd982d4d2b234434d2773855af 0.35 MB 943 58
310,996 310,996 00000000000000000e2734572b534b479e1ae509f623d7cdf09195a0c1f1e1a0 0.53 MB 1,038 44
310,995 310,995 000000000000000038846e5df6fc414b72627356aa6d200c4170b406267401fd 0.29 MB 637 37
310,994 310,994 00000000000000000764bd0bca4f0e197cec1d4871517eb199534b9d7fcfd984 0.10 MB 202 22
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.