Memory Pool Memory Pool Refreshing

91,102 transactions
32.54 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,238 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,596 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,237 (787,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
58,417 58,417 0000000001e899f2af68c7af8a4dc57365a30be16a8a7695ce9b783e0a011789 0.00 MB 1 0
58,416 58,416 000000000dab178d055182d8cd7c74465617f63f255f832f24fd3f8e9ea2da84 0.00 MB 1 0
58,415 58,415 000000001296c7fd8a0c9cde98088d917307531c57f2ad03c614103bdb3990d8 0.00 MB 1 0
58,414 58,414 0000000009ea0a5cbab2627531639aaba306abbe3156459f6fd0181c0883aeee 0.00 MB 6 0
58,413 58,413 00000000018b4e3f8e64deaa394d24f4d4f39a2421cf0de027ab6f9d57927522 0.00 MB 1 0
58,412 58,412 000000000719bc180dc63751d0b5372be462e51a78d270459fba911c7431a28a 0.00 MB 1 0
58,411 58,411 0000000006d13a157bae79c205eb076009ebf89cecf928db000d731ff50c4d67 0.00 MB 1 0
58,410 58,410 00000000099b61a80819aaaaa12efdd691b59acf1f5156b2416ccdde6bdd6c12 0.00 MB 1 0
58,409 58,409 0000000013f8606e651600dac0144443bcf0006b481eb2f065740a9697a7e6d2 0.00 MB 1 0
58,408 58,408 000000000e04be65b679398395c182acb157b83ce86c4873a2bd0f8692134667 0.00 MB 1 0
58,407 58,407 0000000002843f9e6de277f0445a902da7c58529bdc12cfc4d64a50603fa8119 0.00 MB 1 0
58,406 58,406 0000000004dc28f418710fee72750d6a41f628cb949b8d17dd949aef6390205a 0.00 MB 1 0
58,405 58,405 0000000010d46c9c06278997887fab35e1bcef85fafb8df5ab924399921d6dd9 0.00 MB 1 0
58,404 58,404 000000000ed0bac4a0ebcbb96d4c947856a9bf2103f0d543d68c0e84ca380167 0.00 MB 1 0
58,403 58,403 000000000b772ec1fcac66b4d6a1e82e699805a0d3374f0a09829beff7dd47fb 0.00 MB 1 0
58,402 58,402 00000000024e1a60ed83c024c15ee140356766ed8e9e8f6210231a11ef3826a9 0.00 MB 1 0
58,401 58,401 00000000120d240e0472f9779454f437bb53f4ede1187860feed1699c6dd1c12 0.00 MB 1 0
58,400 58,400 000000000b49042a958655403395d2a35b899aa3336db7b810b7c7db32c2a4ec 0.00 MB 1 0
58,399 58,399 000000000ce358a15eb7ea99415919097c586b4b74b0efe6810442599f47b4f1 0.00 MB 1 0
58,398 58,398 000000000fed1132edf4c334bcb95ac9861aaad084d6ec08ec3c66f3b8d039d1 0.00 MB 1 0
58,397 58,397 00000000046434d59f93309dd2ebf875bd2640e9cfbdcbe5a4f5e848fc2c8665 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 654.65 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,391.61 GB sent, 90.54 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.