Memory Pool Memory Pool Refreshing

76,734 transactions
36.36 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,175 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,734 366
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,174 (476,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,276 365,276 00000000000000000f33833086fc0e37fad34d55cf5b879ea5759fdf4651eeab 0.75 MB 266 5
365,275 365,275 00000000000000000ef4661a70748c0521773788a2847b25a666a275a8f1277f 0.75 MB 471 15
365,274 365,274 0000000000000000022c835d051cd493287cab262129e639d078402ec472d4dc 0.93 MB 843 22
365,273 365,273 00000000000000000c5a9dff745ce31f04a0b404fe8067e62483ddb67f9da5a5 0.20 MB 231 24
365,272 365,272 0000000000000000142c238a31595daaafb88f69b0128346d1f3d33a1fa6c959 0.18 MB 311 20
365,271 365,271 0000000000000000069623933bd0990e4ea653725934953447dfc54866faa0be 0.31 MB 660 37
365,270 365,270 000000000000000012c50d0635c6bda8c00894a5a5d6bbed1b16aaaa1c816940 0.16 MB 276 31
365,269 365,269 000000000000000014c7f3ad71abdb067be6d692d02172a4eb71a82706d724e9 0.75 MB 136 5
365,268 365,268 0000000000000000145ea836bbb1f34ebb8c163193c3ccca680bb7fbaf4b0955 1.00 MB 1,054 23
365,267 365,267 00000000000000000148dace77167aff2bb20dcd2390ea232e5f8d821982751d 0.93 MB 646 14
365,266 365,266 000000000000000011e35e609eee49407daddf89fe9e7a2a57aef3e9f2e4ab7d 1.00 MB 779 15
365,265 365,265 0000000000000000098eda43afdba95cc655073d67f39829309ef950843b9c4b 1.00 MB 739 14
365,264 365,264 000000000000000008e9835e31aaa01a6a0b22d4c91f35cb152719f62f595350 0.93 MB 868 24
365,263 365,263 00000000000000001490ecd9527616de0e4e41e39c0f9832ec087bc1cea46b5c 0.75 MB 1,374 44
365,262 365,262 000000000000000005cc2a338032627f6e2552068343cd6e3b07f80030cd2bd0 0.75 MB 261 7
365,261 365,261 0000000000000000131966b0ca76f682587bacf67f4017fc0e89915de74ab379 0.93 MB 693 18
365,260 365,260 000000000000000002ed37ec5ccf6eccb34680b6d9a1b6e0cdcc598df63e2e39 0.26 MB 467 36
365,259 365,259 00000000000000000fae8c7897601c845f445667c7f3bb31ee9a23a1050f147d 0.93 MB 1,090 28
365,258 365,258 00000000000000000581ee5735b7e98bdb386f4617c78c9a67fc6f58b554f250 0.10 MB 149 23
365,257 365,257 0000000000000000073664e1c65ccf510142c6d57088b6f113bf64f46948476e 0.85 MB 643 15
365,256 365,256 00000000000000000903e887f6d5d74c7eed21fb5d38201e4a0468365b972253 0.05 MB 106 40
Previous 10 blocks ↓
Total Size: 647.06 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,451.06 GB sent, 42.87 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.