Memory Pool Memory Pool Refreshing

33,008 transactions
45.53 MB
Show Random Selection Loading Transactions
Max Size: 200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
835,330 000000000000000000035a590000000000000000000000000000000000000000 1.00 vMB 3,216 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Invalid block height.

Enter a number between 0 and 835329.

Node Information

  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • IP: 64.176.221.94
  • Port: 8333
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,510.51 GB sent, 4.95 GB received

Notes

This explorer uses Redis for to speed up requests. This information is mainly for Greg:

Redis Cache:
  Size: 0.4859/8.0000 GB 
  Keys: 48,577

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.