Memory Pool Memory Pool Refreshing

74,901 transactions
33.67 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,482 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,713 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,481 (546,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
299,449 299,449 00000000000000006e96c1dd143e094c6cc70cdb755baa958db83798e89f5fce 0.35 MB 382 20
299,448 299,448 00000000000000008294b74cdf099143513ee54e90d853cfdec232c2786a11f9 0.50 MB 796 26
299,447 299,447 00000000000000004b0613482bb3ebc8a85c181eae577cdd4707052b67a92318 0.28 MB 512 25
299,446 299,446 0000000000000000725b640ea7e49003d780b86193127b7b68add52f9ec4a482 0.50 MB 1,283 33
299,445 299,445 0000000000000000229df2c8905684156459e914cb0f1038aa8a7b82a660a66c 0.42 MB 1,024 40
299,444 299,444 000000000000000050be4c7c05a9c4cdfa9ad1018987e9004d0b714a529fe87b 0.35 MB 1,098 80
299,443 299,443 000000000000000032c835c12731047f0e70c09dd4315b3bc6cfc68e7c32e689 0.05 MB 84 15
299,442 299,442 0000000000000000541bc108380fbbb80915d0e9e87f0e8260f814b3cc365705 0.49 MB 805 30
299,441 299,441 000000000000000018acadce6a3c28176eef9c061c30acfadfb34491bbacbb8c 0.45 MB 782 27
299,440 299,440 000000000000000038a349814a780e25a98245e66c5513da95934c530985f3dd 0.03 MB 57 28
299,439 299,439 00000000000000006b9f67f71f5837d2c10dd2ce55feb0c9cedb4c7753c4cc13 0.04 MB 88 33
299,438 299,438 0000000000000000268f1122bbd753c247ccd8b717687d47f0c7a4b27f258c81 0.35 MB 419 27
299,437 299,437 0000000000000000855e5f582809927597ec69a73b58cbc6267fc33ba8821995 0.09 MB 256 37
299,436 299,436 000000000000000086641b384b0c2c110a864d53eb0520194d08d26c2ff11762 0.02 MB 32 31
299,435 299,435 00000000000000004fde0dde45a50220cf73eee753663843f50cd14308f240e9 0.21 MB 329 29
299,434 299,434 000000000000000058b4dc774474634b8f4a24a1b8034e7756eb755676a91a7f 0.03 MB 77 5
299,433 299,433 0000000000000000181224e6e9deb134530f7d87fd5007cab0f2f9bbdd768c82 0.31 MB 624 33
299,432 299,432 0000000000000000424e57f0f875dff6fc5e0bd68786337dccec53cd60391e4b 0.10 MB 210 29
299,431 299,431 00000000000000001d86906ef7bd20442810be3d343cd0047553cd6f58b1b734 0.34 MB 650 31
299,430 299,430 000000000000000007a4c604a54a0b8e0b345a9d9ed89a78f1c98c20e47a442b 0.21 MB 411 32
299,429 299,429 00000000000000003743ea516fcdbba2f896ac38577081aebe8789c8e480c211 0.06 MB 147 32
Previous 10 blocks ↓
Total Size: 653.30 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,309.09 GB sent, 80.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.