Memory Pool Memory Pool Refreshing

4,292 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (229,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
678,013 678,013 000000000000000000043f1cfea6ad42f422b8670f0cb163df07edb133eb49cf 1.20 MB 2,114 101
678,012 678,012 000000000000000000005d7b9d6eee01f96aa5d63aae265db6ad9381918d740e 1.26 MB 2,563 88
678,011 678,011 0000000000000000000468c568bcab1de71290767b61a59a57fcf03e4f71325d 1.14 MB 2,374 67
678,010 678,010 00000000000000000003c59bffd7addbde711ea40d13616636edd3a70faf8a96 1.22 MB 1,978 85
678,009 678,009 000000000000000000012b9005c3462504983cf679154b5220195dd2d93f6091 1.19 MB 1,669 82
678,008 678,008 0000000000000000000b8474ed63de7d83b13f03004c30e7294031074853fdd5 1.27 MB 2,513 91
678,007 678,007 0000000000000000000968dbfd4e1590873e92fd7a3188da0be2cbaa1af71862 1.21 MB 1,871 87
678,006 678,006 00000000000000000000639577e9509ff35169a48b5b12c4979d1fe7a6e33cc2 1.28 MB 2,720 80
678,005 678,005 00000000000000000000f3989876961de4043728b1aa903e4693d4ee990798de 1.24 MB 2,137 68
678,004 678,004 00000000000000000005291ee39b57144736cfc4f97b2e5846e30bd262e4ee76 1.56 MB 2,127 98
678,003 678,003 0000000000000000000655853cc54785b76de4a69c12a66a46be53ff9b0b6043 1.37 MB 2,131 78
678,002 678,002 00000000000000000005a6315eea94b46406c615bf1cd7355243748574082a62 1.34 MB 3,097 90
678,001 678,001 000000000000000000097b13600c4f372249ed6b60907e0b5073979e190fc577 1.41 MB 2,775 104
678,000 678,000 00000000000000000002319c18c35f0d3b450086b3971b48264fc9ad019a12ff 1.63 MB 2,048 91
677,999 677,999 00000000000000000000d93c4a9892c0252d6c5b455a57268caf1505a7ebe2dc 1.77 MB 1,941 111
677,998 677,998 00000000000000000007976469bf8e2f0b7466581b91b38a8209290746ed760a 1.09 MB 832 66
677,997 677,997 00000000000000000008e6d7936672f5f73350fd44586dca1ae2e1212184cbcb 1.41 MB 2,408 87
677,996 677,996 0000000000000000000b6dc08929704a2bf0c6386df497b42a255f4ecafecd7a 1.25 MB 493 69
677,995 677,995 00000000000000000004ab2b8f7da2a7841ca2ca7456e9a3c614de6922e4ab47 1.34 MB 1,966 75
677,994 677,994 0000000000000000000122f3b7a2c8fd4217cdc356ea1e8879e5a1398298d3a5 1.32 MB 2,972 104
677,993 677,993 0000000000000000000653d5843489f625da7a9073676faff548eba3f0aa7920 1.19 MB 2,604 64
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.