Memory Pool Memory Pool Refreshing

87,552 transactions
32.86 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,900 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,140 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,899 (543,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,684 301,684 000000000000000069ccc1f112e12d4acb73b4ae0573eaa28034a93dd390ecb7 0.25 MB 264 23
301,683 301,683 00000000000000000927a41a81ecacf587a903ecbe028702bd5a24258ff98e05 0.34 MB 63 12
301,682 301,682 0000000000000000740f40c772e9d8f616c8fd82773db9ec0732023273b212fa 0.33 MB 334 21
301,681 301,681 00000000000000004df60f21b6488faf085e01ae575469842db027d91ef13fd8 0.16 MB 249 30
301,680 301,680 00000000000000001fc6176401c58c1b49e11c6b7fcd830e5745f1316ab03ba9 0.03 MB 65 22
301,679 301,679 00000000000000000b6e5bf4eb24944f801e36035c07a285784b791b3fbffcd9 0.33 MB 121 13
301,678 301,678 000000000000000052d1fbcf6f57602c75192faf88b8e92c32d4e6f19e5dafae 0.25 MB 699 47
301,677 301,677 00000000000000002e60e6d129448838856d712a88eeeb906cdfed3092b03f2a 0.20 MB 315 28
301,676 301,676 00000000000000004fd144f7b871c92ed992cb03989886208aac1e9988218da7 0.31 MB 457 30
301,675 301,675 0000000000000000768c0bde714f974f172cc8e5bcb23cd25e8c0437ff438ccd 0.25 MB 362 25
301,674 301,674 000000000000000061364b9023cad345d8628fc7e72ef93e58aa7f567676be4b 0.05 MB 28 7
301,673 301,673 00000000000000004d3df212ff2a65f0aea6a6aa7cbffcb51814873a1b54aacd 0.35 MB 651 32
301,672 301,672 00000000000000006763c8170ef9a6442dde7e54d634ce0a96cb30b338d4aa1c 0.17 MB 176 18
301,671 301,671 00000000000000006e1491f1d31c04b9a9f4343d8a99fdc6b9369fa753891bcf 0.49 MB 729 27
301,670 301,670 0000000000000000083c900f61e5ed4d43d3f2df9acc62e63df1ce0469f31d4e 0.03 MB 50 20
301,669 301,669 00000000000000007b9a1da3b960d898a0721a0d9b95f7789c727465dae9dfc7 0.05 MB 116 33
301,668 301,668 000000000000000046db303d7c1f8923a64906fb15aa098febe2f29881c1ac88 0.31 MB 560 30
301,667 301,667 000000000000000006c591aab332d61a1a3273ccfe8184a8d1bc05943c270bdf 0.12 MB 235 29
301,666 301,666 00000000000000000e1aa5039c04d59c2bdd56809af4c8dddd6330ab6b5fa8a2 0.04 MB 64 20
301,665 301,665 00000000000000003857be16003a3063e5e2c9834cd6f765e6ef633b4d6a13df 0.47 MB 755 29
301,664 301,664 00000000000000004ba8299afb6f1ff95dc4f21db63466fa4d4c988e21bf5727 0.03 MB 82 26
Previous 10 blocks ↓
Total Size: 652.21 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,214.01 GB sent, 73.19 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.