Memory Pool Memory Pool Refreshing

35,727 transactions
33.10 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,832 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,459 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,831 (321,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,105 520,105 0000000000000000001e1c1c28d0215163ecd269d064f68263ae134513e99951 0.91 MB 1,741 31
520,104 520,104 0000000000000000003dbc9a410e722389238248ebbbd9b121361b25d5fc96d3 1.14 MB 2,097 66
520,103 520,103 00000000000000000012983bdfbaebbdfc494db1e1a097fd5264746411d932a7 1.16 MB 2,297 72
520,102 520,102 0000000000000000001a9fd8d2c5c0694ca9f5f34c9c935215a727a63682da55 0.20 MB 388 48
520,101 520,101 00000000000000000033057f2363ec546f1498f85cdb3f3348937679a1753c70 0.09 MB 195 58
520,100 520,100 000000000000000000422616d93ed5970ae6c58811dd948af7cf411000ad5761 0.76 MB 1,112 51
520,099 520,099 00000000000000000041ffc8f6bf795dc4f741910633f7d08c98a8fdb472f497 0.17 MB 277 49
520,098 520,098 0000000000000000000d9c0dce84a47afab74bb190317fc1dda80a37ce496c24 0.16 MB 337 43
520,097 520,097 00000000000000000005351b0aa81e31ab73a42af03c6d1d3d55d3747a88eea9 0.77 MB 1,179 20
520,096 520,096 000000000000000000190f3acea2711d05e25f8136a05721f02419be62813068 1.00 MB 1,847 39
520,095 520,095 000000000000000000328bba5f9756095c131d9bfb34bc99c2e0bf6dba250f0d 1.17 MB 1,909 46
520,094 520,094 0000000000000000001662b5f8cbc1074236dcd3f13e7d8743fb3fed88542f6d 1.15 MB 1,721 83
520,093 520,093 000000000000000000423a6d8b1aeb2e739624d47dcf332e68b1bcf864aeab65 1.13 MB 2,645 100
520,092 520,092 000000000000000000044bcdc6f038076794cc8a969bde3c3505422253d159cf 0.71 MB 1,100 8
520,091 520,091 00000000000000000034e3d95b80d20b0990e544f71aee016418829e056fa04d 0.35 MB 486 29
520,090 520,090 00000000000000000042ac6efd544cf379b53540b819715b3ea2ae6094cc6927 1.12 MB 2,222 64
520,089 520,089 00000000000000000000950d118fbd46a715f1a0b907ec4b15bed78601f99540 1.12 MB 1,459 27
520,088 520,088 0000000000000000002477d68c1ec0d75856eab9df275bbf76c043b3f963f0b8 1.16 MB 2,751 102
520,087 520,087 00000000000000000023852c24c5a240990c03f505a861a2c3f498eeed9d36be 1.15 MB 2,472 102
520,086 520,086 0000000000000000000fd810893a63057c970f8414d2b546e1985cb46c78fba9 0.10 MB 235 66
520,085 520,085 0000000000000000000d9d423ad975c1903ab4049a656b3ae6b8e79d07515e8d 0.01 MB 34 74
Previous 10 blocks ↓
Total Size: 646.45 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,354.45 GB sent, 37.79 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.