Memory Pool Memory Pool Refreshing

40,920 transactions
41.74 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,053 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,228 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,052 (323,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,409 518,409 0000000000000000003d21b69baeda46857f2785a1d122e28ca1b1fdde8840c4 0.78 MB 1,243 21
518,408 518,408 00000000000000000023d02a50657806d9054cbcf46fddf4b915d0b8f6185d07 0.24 MB 392 30
518,407 518,407 00000000000000000046b1c6febbae57cebbd581fae0fb7b5e40b019e4b00326 1.36 MB 1,055 21
518,406 518,406 00000000000000000045bab7a37b05bcfc5a0e71f53cb0752f3b424e035d3d58 1.95 MB 461 5
518,405 518,405 0000000000000000001939c682d81a6fb88d02707b125aa68624b6aadaa7b746 1.15 MB 2,067 17
518,404 518,404 0000000000000000000620c8b4fd7424539d5d972cfd700a8b55349a8cdb9052 1.14 MB 2,900 43
518,403 518,403 0000000000000000001304bb7c2a5c45b66c0b34a46d8636a7629b29b4cde425 0.31 MB 451 36
518,402 518,402 000000000000000000485623b271fcb213d7a2c83330f91292968e0b29a083ef 0.95 MB 2,267 34
518,401 518,401 00000000000000000017733b93cbe6b8f2852ea560f9b4c12a1ab1995487363b 0.06 MB 88 41
518,400 518,400 0000000000000000002f4e9c859623a731f323774cde1ce1679c827709070d78 0.75 MB 237 7
518,399 518,399 0000000000000000002bc40f9e648549ebe66c2b6a97ee6da4c2b8487466e5e7 0.06 MB 119 48
518,398 518,398 0000000000000000000ca151af5bba8edd0c7cb63df69a921634f31d70970d60 1.85 MB 511 12
518,397 518,397 0000000000000000002ed123bec4949b3c7d343440a061e4facc77259ec118cb 1.26 MB 2,142 25
518,396 518,396 0000000000000000000811a3842cd0762a562ea85bb2250297d3d77d27890664 0.00 MB 1 0
518,395 518,395 000000000000000000417e40a85468a00fe943fdfca05e865ec06dfa1d0c38e9 0.34 MB 430 14
518,394 518,394 00000000000000000038c7f5a1dfaa6427cdc2be436dddfdc9c247b9e4e538fe 1.15 MB 2,092 28
518,393 518,393 000000000000000000470e5b34f8d45201ff0660fb81d94d61a2562ba3d319cb 0.00 MB 1 0
518,392 518,392 0000000000000000001983279ff39b40154a17761936cda4fe0ec9b897f710f7 0.10 MB 141 13
518,391 518,391 000000000000000000477638181f4dce851cfeb33d98ee296ec082abe1cea867 0.47 MB 739 19
518,390 518,390 0000000000000000003a77d5927982946004cb0ffdabc356ebf3c1de8cfa82c3 0.80 MB 2,207 33
518,389 518,389 00000000000000000029fa0e75be83699a632ed531a882f7f04e26392c372bf5 1.01 MB 791 13
Previous 10 blocks ↓
Total Size: 646.85 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 8,426.61 GB sent, 40.69 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.