Memory Pool Memory Pool Refreshing

74,631 transactions
36.26 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,452 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 2,714 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,451 (83,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
762,370 762,370 00000000000000000007904f30d16b5804021fcc654a511c0a94361a7ca3e1aa 2.04 MB 1,128 17
762,369 762,369 00000000000000000000cfc788dd8b35546473e646b3ce74adf34517155202d9 0.46 MB 760 19
762,368 762,368 000000000000000000036a26d926d283cc4115cdffbc4a6e0fefc4a8179c4825 0.37 MB 481 11
762,367 762,367 00000000000000000000b915d10a3b90a21aefd1d3e0fce12f1165cefc142a2c 0.12 MB 256 16
762,366 762,366 0000000000000000000697f598665ba32a4ba4e87a57311d63bde1e55ab1feca 0.89 MB 1,321 14
762,365 762,365 000000000000000000073ddc6df83e34f200c6de2cb52138ece2d7b0eed267f4 0.47 MB 737 13
762,364 762,364 0000000000000000000138db664591710bc38c0b29901d766d46b1dfae625004 0.12 MB 277 16
762,363 762,363 0000000000000000000023a89f0a76d0a355e9605bcb35f21170e158d5656217 0.15 MB 286 17
762,362 762,362 00000000000000000005280cc08d2f73024ff5965fe051422376b655a957514a 1.64 MB 2,295 11
762,361 762,361 000000000000000000001520a9ce735af936999bbe66a7db16cde7635c3a162b 1.56 MB 2,386 10
762,360 762,360 000000000000000000035b844ed08423ef3a25144386efd312ae2493a893be04 1.56 MB 1,581 14
762,359 762,359 00000000000000000003db3c3d2cfc1d08cd95887483a69d689a580c59a4afcd 1.31 MB 2,243 29
762,358 762,358 00000000000000000000cb0a08327c5ab4f253646eafcf8a5cb2b32898b3ca8f 1.81 MB 1,775 20
762,357 762,357 000000000000000000043292fd65d60c1e9e380acd9f26e2faf01fa5af114755 0.54 MB 975 16
762,356 762,356 00000000000000000000b84742c5ce3d53edc8f8f2ee6337c717e5cd0e02f631 0.78 MB 1,388 16
762,355 762,355 00000000000000000002ace8ef2ed5f19223ecfa87db6dfa3a297bc3b7c5c296 1.08 MB 543 6
762,354 762,354 00000000000000000005015f869e56c9963f7d88ff881ccc0b4fd252216f6c61 1.53 MB 2,703 16
762,353 762,353 0000000000000000000230f215e70735f003b2de645fb7923ca6927ad6687660 0.46 MB 681 15
762,352 762,352 0000000000000000000012b093554586d5f2ac2a7e4d81e9aa1a57a14cb50f65 1.00 MB 1,707 14
762,351 762,351 00000000000000000007955291dd1f31e267135ff924d3d715e96516cb47a79c 0.14 MB 259 12
762,350 762,350 00000000000000000001a96d955abe59577a5d887de266dd1abd6d4510274fff 0.75 MB 1,307 16
Previous 10 blocks ↓
Total Size: 653.24 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,305.72 GB sent, 80.30 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.