Memory Pool Memory Pool Refreshing

40,045 transactions
41.26 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,717 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,188 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,716 (320,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,767 520,767 0000000000000000001ca1eeda86313528d20b1755c6f95db5daee329808de3b 1.13 MB 2,535 62
520,766 520,766 00000000000000000026cca6eb587ce68a7750e620de89925181f5c649f5db47 0.30 MB 581 28
520,765 520,765 00000000000000000020e8a8aecde92a38b4fa65f6ea2171ea775ed969325fa9 0.23 MB 475 28
520,764 520,764 000000000000000000248dedbfcf64ed565ff97a2ba1f7125a237e05f92539de 0.98 MB 1,783 32
520,763 520,763 00000000000000000013edf174df0d5245f9f384e13636af78e01128b561c4f8 0.29 MB 530 29
520,762 520,762 0000000000000000003bc0f516f503328147d114e830a9dc4b4bbb122337d0c6 0.26 MB 557 32
520,761 520,761 000000000000000000189cfcfd49b86138bd978e4289cb08bf4ea8423ff8e625 0.01 MB 28 13
520,760 520,760 0000000000000000000f9d5b125f14b92ede80da1a184a50b86de9b6b6000fa5 1.00 MB 1,820 26
520,759 520,759 00000000000000000040c62f2791c5cd42c5742abbd471f404557b36527d6857 1.14 MB 2,708 14
520,758 520,758 0000000000000000003924d50115a5d15cbe938e034cf4c20e4ec5916658c0c0 1.13 MB 2,261 61
520,757 520,757 000000000000000000374ee360fab2b328206d702edb1c30709b471496b6f6fd 1.05 MB 1,825 29
520,756 520,756 0000000000000000002b4fcce353076a7a4377486372fdfb6bf200629512c52e 0.10 MB 293 35
520,755 520,755 0000000000000000001bd2459666a2b3342badd32cd325045964c62edfe78ccb 0.15 MB 367 37
520,754 520,754 00000000000000000030e30002bbd7d0930319441297408222e94a8d6af39fb5 0.75 MB 1,707 36
520,753 520,753 0000000000000000003d0c9613ae8264fc65cede64c28dcd3361d6fc235057f6 0.73 MB 1,603 38
520,752 520,752 00000000000000000019a18acd4d5cd717d5812a1e766b1d46d79fdef7d50d8a 0.64 MB 1,509 43
520,751 520,751 0000000000000000002557a63add32cf780ce2e1fa871851f7ecce6c68b2c7ef 0.07 MB 189 34
520,750 520,750 000000000000000000182ec59e68571ea9b0b6045f47914cfb42539c8b788f42 0.96 MB 2,244 44
520,749 520,749 00000000000000000025e997720d12c9f92b1b0ed0e5ccfcc0c36aebba8006ea 0.17 MB 277 20
520,748 520,748 0000000000000000001863ebc54f4601b83839a248bc594d495b3e81acd4ab68 1.14 MB 2,370 45
520,747 520,747 0000000000000000001f9af951846c4613a8be7ca8bebd979413f896fcf7bc10 0.21 MB 490 42
Previous 10 blocks ↓
Total Size: 646.23 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,334.42 GB sent, 36.55 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.