Memory Pool Memory Pool Refreshing

37,743 transactions
42.22 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,512 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,232 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,511 (492,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,022 350,022 000000000000000010423be03711f293182a4b18575749c85adfe76723b80cf8 0.10 MB 111 9
350,021 350,021 00000000000000000d5811efdfd92c67b77be8ba00e93d5ff274bc1fb13a4613 0.09 MB 137 15
350,020 350,020 00000000000000000041f62c9d47e728646f5907eaedb89a4d9ae7e891810044 0.54 MB 791 20
350,019 350,019 00000000000000000362511f1e161f53f3aa076a0db16a11293efd69ea0ffbbc 0.25 MB 689 38
350,018 350,018 000000000000000012f6028c6bb9adbf7c5a181c10ca3d3b324bc9fc65dfc040 0.36 MB 834 33
350,017 350,017 00000000000000000a5b95b748ed85c08797b8ef17a161be0ac594b4d191fbd6 0.55 MB 1,011 27
350,016 350,016 00000000000000000af3169460dcd02620abc7820da9c846991251e7aa515d6d 0.41 MB 580 20
350,015 350,015 0000000000000000050c4491514e7031e6e13137f8f953cb3e8c13cbca24c36b 0.25 MB 752 37
350,014 350,014 00000000000000000638c9341a0a335cb2e5d389bff523aa647f8e517f086379 0.31 MB 668 26
350,013 350,013 00000000000000000de61bea8b156ccf0e0030a5efaf4c5c4142e7163c290093 0.26 MB 559 26
350,012 350,012 0000000000000000075fd32ceac5dae191c6d0d0181a47ae0ae79cda7919aada 0.50 MB 931 27
350,011 350,011 0000000000000000026ca6feb124bba5b3d326a5c7bc01f7ed8174c2d0cd0750 0.07 MB 90 8
350,010 350,010 00000000000000000ec32843883a983fe86f8823b87480520e88261784eea941 1.00 MB 2,149 29
350,009 350,009 00000000000000000532cfe52810c20f46e446d05e1a3a2e31f65b34810a7c96 0.22 MB 392 22
350,008 350,008 00000000000000001209a1aa51f5cf17f3dc2288273455bbea3cf363224a2327 0.00 MB 1 0
350,007 350,007 000000000000000011643a3aa32c0540588841f472448374ddd46a9c42ed8aa4 0.09 MB 131 24
350,006 350,006 00000000000000001278c8271e28136556722badaa0566b75b3d2b75c25e9654 0.11 MB 177 21
350,005 350,005 00000000000000000da1dced2b7f6d761a2a7d99ec07bb3a2115951ba3e11041 0.48 MB 481 13
350,004 350,004 0000000000000000153d336344ee229c0ed4aff575ad714c7e462ee19f33da3a 0.75 MB 1,494 25
350,003 350,003 00000000000000000ba4d739f8c005204a235e73b4e8d3720566c2c134dfcf49 0.27 MB 1,024 54
350,002 350,002 000000000000000007b1766512f8ef190bb9896e8bcb8977b043a8945978ef00 0.10 MB 215 17
Previous 10 blocks ↓
Total Size: 647.70 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: 8,536.40 GB sent, 47.23 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.