Memory Pool Memory Pool Refreshing

76,597 transactions
37.74 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
847,960 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,868 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,959 (793,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,914 54,914 0000000011dda3465c714b8c1d32cf99a1a734479a6da74da43c1b05d2299470 0.00 MB 1 0
54,913 54,913 000000000090c64e5f5aaf98f400d4d5fa675a44b281b1d0044f698f417770d7 0.00 MB 1 0
54,912 54,912 0000000010eefa036dd46ac0bdfbf89e2da0850b712c8f454b3f5b6e9bfcdc68 0.00 MB 1 0
54,911 54,911 000000000576130a8aee407463a0d46f83dc44a69e3d457ea8bf7ed79a8c4482 0.00 MB 1 0
54,910 54,910 000000000d19a2c0a176ceafab4349ef59d34d67ae10b9ea145fbd44647144a8 0.00 MB 1 0
54,909 54,909 000000000b4deda48dc0507cff744bef9fe4f2eb9f4d4a630eb7ca35ad2f0f00 0.00 MB 1 0
54,908 54,908 0000000003ce682723e4947bd3d5ba98fed25b0e4845e444db4ce047d33a2174 0.00 MB 1 0
54,907 54,907 00000000134f8807523f9a478908fda63609a1bab6f4144ec312abe10ded00a5 0.00 MB 1 0
54,906 54,906 00000000104f33d18552ede2cfc4eafb51445bdef27059ff253bffef49847233 0.00 MB 1 0
54,905 54,905 000000000f320f04a098aabfbf5c38ef8dbcd31fe33b592cec78be9caf369e8a 0.00 MB 1 0
54,904 54,904 000000000f2208dd139cc9753e860c77746acb45b4081501e1092615981c0853 0.00 MB 1 0
54,903 54,903 00000000020b89e0b52a5ad22be9bcc84dc5811e7b587d9d2ea01c3d20b66713 0.00 MB 1 0
54,902 54,902 0000000010e9340956562ae3980fd85f1fb520e09cca022a7441d9091ef1a72b 0.00 MB 1 0
54,901 54,901 000000000d9c13b983a62b17edd00e17f1568a0ed43d8be6c8b2e1a43e943f93 0.00 MB 2 0
54,900 54,900 00000000137a5be37356d166e1ebf71335c5544bbff51efde51279db0ab6deda 0.00 MB 1 0
54,899 54,899 0000000004f45a35896557a298c653a86d3e902498c19c91e249df916d2bbd2a 0.00 MB 1 0
54,898 54,898 000000000e0f84eb0f6b46b1632caacf13f0475e16f5b612ae20c6e8e1142c6f 0.00 MB 1 0
54,897 54,897 0000000007f58d88a61f169a7b032a667276f73c6fb2399edd0f30f59146de15 0.00 MB 1 0
54,896 54,896 000000000e10f660f8321a6c88f0e5cba235e5b39491626771f9ae5a3c0c6ddf 0.00 MB 1 0
54,895 54,895 0000000003d44f24e0793bc1c6cd1b633b49c6e5b6ad5ed9b05182ee0456c3f3 0.00 MB 1 0
54,894 54,894 000000000511aa9dda502aeb6f6ba387c161077d4cff9f9ee13aad0b62fd1bd9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 657.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 40 incoming
  • Data Transfer: 167.28 GB sent, 0.67 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.