Memory Pool Memory Pool Refreshing

32,372 transactions
36.05 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,586 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,726 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,585 (323,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,016 518,016 000000000000000000329527d7b2e38537555fd4675bbbda6ea1c4a177b62b21 0.36 MB 702 28
518,015 518,015 00000000000000000049ef63e1ed1e841317bf86df6dc929b0e49367350264b6 1.12 MB 2,393 30
518,014 518,014 0000000000000000000bdd6802ce3592af7baf7f15e0dd585f937ca85e73b5ff 1.11 MB 1,806 38
518,013 518,013 00000000000000000033821377d0309ef401c0cc5af35a06aa92123079abc50b 1.11 MB 1,676 39
518,012 518,012 0000000000000000002efc96427667e396c89720329874a33335d076d5cce729 0.14 MB 202 24
518,011 518,011 0000000000000000000e918a2c37744f945def41424ed9a203b48bba8c023676 0.56 MB 1,141 44
518,010 518,010 00000000000000000029bab8eb5db373b9ef133df08e9ecefeb788b9683141c6 0.62 MB 1,348 32
518,009 518,009 0000000000000000004c2967f43ffa1187a0391031f85279c81cf66dc551c1d0 0.23 MB 386 42
518,008 518,008 00000000000000000011e4968dc07e8def5026586cbcbb2b6bebd2190bdf1982 0.74 MB 1,188 32
518,007 518,007 00000000000000000001f31b8cc933e6ff8a3e09dff1ef32a41078366c4ad619 0.19 MB 302 29
518,006 518,006 00000000000000000049265672470342a6e63ff28b1b164720f651fb4b76fcd7 1.02 MB 873 11
518,005 518,005 00000000000000000043f646542fed73c57fa0c2432dc858b2170561617bc6af 1.10 MB 1,884 19
518,004 518,004 00000000000000000039be2f650753d6e7a4fc7acf1084270ad319ad21e7391d 1.09 MB 1,806 47
518,003 518,003 0000000000000000004a8a1545f212b7683e237fb2f1b20785b7ae01e7a8098a 1.10 MB 1,267 14
518,002 518,002 00000000000000000007f8bfb4bf6e34db4095fe1012139f0644a5fc48f54649 1.16 MB 911 9
518,001 518,001 000000000000000000067abe5ad8911b56da5c4203a5325510537e6576c48617 0.30 MB 630 19
518,000 518,000 00000000000000000027c90a628d252168448a3b2b4523f6a6e9b0a3d021c522 0.63 MB 970 26
517,999 517,999 0000000000000000000f3d4aa6e268f97824d7e27789d2fd1de14d4cf9053123 1.13 MB 2,359 16
517,998 517,998 0000000000000000000f34b6c10a4770b9282a1d40285c0f250d783b119dc13f 1.17 MB 2,215 40
517,997 517,997 0000000000000000002ac4ab4645206dd1d01cbe8216a39511a67f80f863c0f1 1.12 MB 2,563 73
517,996 517,996 0000000000000000002e7d43cb73798ebda12be9365130927f42d8d3ea57fee6 1.16 MB 635 5
Previous 10 blocks ↓
Total Size: 645.98 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,312.69 GB sent, 35.22 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.