Memory Pool Memory Pool Refreshing

55,506 transactions
78.80 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,916 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 295 529
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,915 (576,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,805 270,805 00000000000000060874d32be4120c8fbd1ac862bef31ea1b4afa403d935e09d 0.25 MB 639 48
270,804 270,804 00000000000000054922c371b812326588abd151ad929a4642f353bd9b99efbc 0.25 MB 223 54
270,803 270,803 0000000000000004143b8389b4d3f1c42874ad3003ccfc805963bfb0e0dc5dfe 0.25 MB 394 70
270,802 270,802 0000000000000002cb6cbcaae23b976161c945633bcf75437871c1d3aee69af7 0.50 MB 589 86
270,801 270,801 00000000000000066c6f368dc5ba8dc9a3a1edd16788ffb0ed79e5dd6c5587b6 0.50 MB 1,264 59
270,800 270,800 000000000000000126438278c0c29bf036790fe4ed8468496c831f17e1caa7bb 0.25 MB 737 85
270,799 270,799 0000000000000004e60ceb98c00c270db47543155c1f29e7b4e043e73a23c215 0.25 MB 718 41
270,798 270,798 000000000000000242d1e310335dd227ee21d2cbfa26a3ab5315f07be67edd26 0.25 MB 540 113
270,797 270,797 000000000000000011c28f3cf9b0c9fdc57ed73b2e92cb5e56a660dce4ef5cf0 0.25 MB 573 102
270,796 270,796 0000000000000004d022df47445dded8a4bd74a2f1c4ea1bf050ef2bed3dc394 0.31 MB 646 64
270,795 270,795 0000000000000002ee38bdd46722326097171861e10f63b57dc7397ff354b8d9 0.04 MB 112 41
270,794 270,794 00000000000000038d6a46a212342b3ec581d0d1d60c1ff1c4b83bcb74581d91 0.17 MB 381 56
270,793 270,793 000000000000000021a3a6a5c445ae9927001166ccddb37667c59373874563b5 0.07 MB 140 40
270,792 270,792 00000000000000041a5906ea7de79d99f076c1864e3610e2c9d76bfa519cfc4b 0.08 MB 116 21
270,791 270,791 0000000000000000517b99a15084940f370c0edf2c62814d19dc898c99d62533 0.12 MB 230 33
270,790 270,790 0000000000000000d74863730b14d80c242c1e32ccdfdd3b7e5d7b8629b5a8b7 0.40 MB 935 66
270,789 270,789 00000000000000043bf2715ace9f175bcb6142af517d298644d6a4fcb8f31886 0.50 MB 877 39
270,788 270,788 0000000000000003f3b4124c0a401a7f320177f69f0e49be47293dc4549be332 0.25 MB 632 57
270,787 270,787 00000000000000041cd2ef156d41eac981aeed47354a6f43809918e22e1a1f81 0.30 MB 315 21
270,786 270,786 0000000000000005a6b0cf70b96ec072912b9dacde2d08e9a00a4db9adfb470e 0.25 MB 741 84
270,785 270,785 0000000000000003529d55f2907673dca2675d06e4ccbeb8718cc04df0285916 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 655.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,511.23 GB sent, 99.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.