Memory Pool Memory Pool Refreshing

65,357 transactions
35.61 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,096 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,620 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,095 (764,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
77,696 77,696 0000000000414775d42f157a6fefc5389cb9272411be72b835e857a5b93763db 0.00 MB 2 0
77,695 77,695 000000000012603b489edfbbd5fa99d54f1fd905b135581c90bdbfa2a07901c1 0.01 MB 5 0
77,694 77,694 00000000002fb336d73abdeab4d7e34f91daeeb879ede6cce837f40b79bed2ce 0.00 MB 1 0
77,693 77,693 00000000003dda4865795b38a60d80d09682191407f8bfbc20e95db3e5ea4a37 0.00 MB 3 0
77,692 77,692 000000000030c4af1956ee6baf5f74ff97cbf41b8fc4f812cf0f6abe9601f2fc 0.00 MB 2 0
77,691 77,691 00000000002817f368344553327695f3c3aeecd9b059547581beab5fd6793789 0.00 MB 1 0
77,690 77,690 000000000048905c01422cfd090385307ad929a75b8e076a060587945261dab5 0.00 MB 2 0
77,689 77,689 00000000002ad1745d54ec4dab2518b84875095f98d6b1ee9dbace82f3bf8f72 0.00 MB 1 0
77,688 77,688 00000000005040d85228d2543934a5fbfdf09a89809c498582900f1c2c1ca908 0.00 MB 1 0
77,687 77,687 000000000038c608a16ca332f18937088e1775d7d288802899241ad5725294bf 0.00 MB 1 0
77,686 77,686 00000000004014891f09b6104f5d3f190c6fedd4ab0e074489f2f9a561c12986 0.00 MB 2 0
77,685 77,685 00000000004529e84e83355d33f53c281680f767e5e0e3a478474a790a7a067e 0.00 MB 4 0
77,684 77,684 00000000000ef204589802a065ae70723f844bc7176d2984a82e8d4e2f2effdc 0.00 MB 1 0
77,683 77,683 0000000000307e824256e0932d144d4b35f3e5339799039dc0d0563dc7401112 0.00 MB 1 0
77,682 77,682 0000000000681e92548e5e6dbdc7533135d1504e12c5a0ff78e7a136e4eb386b 0.00 MB 2 0
77,681 77,681 00000000003b46b3ea23a422fe8b15ce5a2629a9e99b3e199834d808b2c5bae5 0.00 MB 1 0
77,680 77,680 00000000001143b058c66e5209ffc80bcd8a78c38021626d5f4f77b3db3cd7c5 0.00 MB 3 0
77,679 77,679 00000000000e4320b9fb89e0c6cdd1533a3e4d22289b63c15c901cc8b49ac9a4 0.00 MB 1 0
77,678 77,678 000000000059c346d7da944c6355d55b0ffdf33cec83a508ddcca3be52e4c077 0.00 MB 3 0
77,677 77,677 00000000000de5ca7df2fe630d7a31bbd48ef73800e9c465bda93bf64f3ad3e8 0.00 MB 3 0
77,676 77,676 000000000015867251743b9af831e27524ea95d0b6e17cf0c3223017a8e7cb5b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.93 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,437.81 GB sent, 41.54 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.