Memory Pool Memory Pool Refreshing

58,823 transactions
36.45 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,233 42
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (73,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,928 768,928 000000000000000000051592d81a57b9bc9b91a76dccf1f7780de668bc045704 0.69 MB 1,099 14
768,927 768,927 00000000000000000005c7f90acc418b9c5f9411abf41e5a1c72117f00304266 0.69 MB 980 6
768,926 768,926 0000000000000000000593133b84268afd65c03ae3cd8d7aa32e9cab4faa1d83 1.73 MB 2,207 9
768,925 768,925 000000000000000000074aec77be636689083764d30ae7bcf9fc18aba283820f 1.34 MB 2,654 28
768,924 768,924 00000000000000000007bd15f118eb1b553aef19d6b91fad93754bab594b52b0 0.49 MB 840 16
768,923 768,923 00000000000000000000fcb04de465265a5e39f7c70e4a4a685edfe50b7226b0 1.08 MB 336 3
768,922 768,922 0000000000000000000480ca8e61c4d57a81d8ce7e6286d661fe46e942012947 1.62 MB 1,260 9
768,921 768,921 0000000000000000000793b8e86047abab78682be3cbd98475bf11a69956a267 1.29 MB 2,021 19
768,920 768,920 000000000000000000073757d8bc65fdb9810b855877513e35eadcc67cc620c5 1.39 MB 1,087 15
768,919 768,919 00000000000000000003cb5e86ebc0cd7ec8201f818a5efd76008adce096ad11 0.00 MB 13 11
768,918 768,918 00000000000000000000dabcdb69785231d275770e23091b6d8ffb6cea1596c5 0.25 MB 396 2
768,917 768,917 00000000000000000006c145f8ee06af6b9925670dc3d98558eae6c3b63fbeee 1.47 MB 3,444 17
768,916 768,916 0000000000000000000448090cec181ad5385a81b0fa00cf23a6d7767fe4923c 0.28 MB 434 13
768,915 768,915 00000000000000000005bfe5369ff87e2b166629e6cc5333991628f1c89e0ac3 0.52 MB 1,288 16
768,914 768,914 00000000000000000001b677b6d15f8b07672df53c2c4aaa0af44a8c89b130a1 0.37 MB 808 14
768,913 768,913 00000000000000000003ce87e4d9df6174bd4ffea819d9d9033120e50c1b29dc 0.04 MB 98 15
768,912 768,912 0000000000000000000027799f71b783c0bed4443a46b74033a5071c5268f811 0.69 MB 1,153 14
768,911 768,911 0000000000000000000716365749e8388f97dab9032026cb9e6038768c66e888 0.40 MB 860 15
768,910 768,910 00000000000000000006b9ebcfd83837f6fa426d8c8ac3fcd9856233e309a54c 1.04 MB 2,402 16
768,909 768,909 000000000000000000025c51bb0634f0c2240273465635e67c6a0f3cee47cd32 0.49 MB 685 15
768,908 768,908 00000000000000000001c63e7388989c5dc0f11c686ff3c3db6b0f508a6f8501 1.04 MB 1,465 6
Previous 10 blocks ↓
Total Size: 646.96 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,439.70 GB sent, 41.84 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.