Memory Pool Memory Pool Refreshing

35,004 transactions
44.73 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,978 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,137 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,977 (773,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
68,512 68,512 000000000144ff71bfd27253f9646abf312f9af8590c19ca1a1ea0bcc28fc6c2 0.00 MB 2 0
68,511 68,511 00000000008d0b9327bcb38286ed3c2a735946bc1a76b63ada95851c877f4f5e 0.00 MB 2 0
68,510 68,510 00000000010bc2b380c63a231a780d6a4e3b14a86005e43b5e0859f3284e95eb 0.00 MB 1 0
68,509 68,509 00000000007046f3fa0a3180ed5592c6aedd1d7f9376afa68d1fcaa514910afd 0.00 MB 2 0
68,508 68,508 0000000001f99466900f423cdb41ff9a987c06c1f828787b2db19be14304e593 0.00 MB 4 0
68,507 68,507 000000000538e258b712a54ef862b376712089921f60a81ab6172615ab461319 0.00 MB 1 0
68,506 68,506 0000000004fba41cd094ac2b47e5e73739f94a5d42916e063c224ac7238d7cd9 0.00 MB 4 0
68,505 68,505 0000000004fc887ff6ff83fe37c64c7ea6c4e017ab5c11dd76fbf07b6f5b5545 0.00 MB 9 0
68,504 68,504 000000000491ed9ef82c2af310107c612d926b0d522dc734c6d50ad22d424bcf 0.00 MB 9 0
68,503 68,503 000000000056897b5ae77e35d55bbdfaac3f584ea9d2db0247a53c06b5675749 0.00 MB 3 0
68,502 68,502 00000000028867ad400ea30c75f3153f1bc1a1066ce31c72989ca6bfb79c9247 0.00 MB 10 0
68,501 68,501 00000000021cb5a79c6b05ec2240f759341e02775fc6c85c804fe29e26cb327d 0.00 MB 5 0
68,500 68,500 0000000004a6872eee1cbd25bbe4ca33ddbef27b6ecc0ce72d58cb205ad8b5d5 0.00 MB 2 0
68,499 68,499 00000000006305d375447b4aaf52ab3d3fe60a719bec0aca6a4ae92eb8306945 0.00 MB 5 0
68,498 68,498 0000000004a9b4c4dc6aa647db0267f6176d05657bf4688715c00881a9215ea5 0.00 MB 1 0
68,497 68,497 0000000003ecb00ca0f8616afdf77c727a3aff4e58e03fa3055e39b3899d2a9e 0.00 MB 7 0
68,496 68,496 000000000168bdbbf6a5dc5962d3b0f5ee5d110aea3666be90af2889401063dc 0.00 MB 3 0
68,495 68,495 00000000041d025970b46c8586d962156ff051c1738a11730946e98dad818fec 0.00 MB 3 0
68,494 68,494 00000000036988b8a546b4094d9c728a11e58176886ddfae3d02648e475497be 0.00 MB 3 0
68,493 68,493 0000000000bdf782f4a295028af541f6d10623ebd1647af4f2c0aa5bcb7dd685 0.00 MB 9 0
68,492 68,492 0000000004143d0269e9b356414fe3abf46e7e20171f026bf319437218b8012a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.72 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,396.80 GB sent, 39.65 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.