Memory Pool Memory Pool Refreshing

71,193 transactions
38.92 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,830 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,048 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,829 (150,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,841 696,841 00000000000000000005c0663ce667699a26af74a67b7b0033f6dd2e7756c4f9 1.45 MB 3,255 12
696,840 696,840 00000000000000000009d498410bed2a536666cfd8dd17aa56bea962d6939a4f 1.39 MB 2,535 15
696,839 696,839 000000000000000000104d52b35cf19ff3f21297ed078c4047504e66294c4bb0 1.31 MB 2,319 9
696,838 696,838 0000000000000000000e585d1ff2500adca3440ac09d5871f1346bd042cf4944 0.40 MB 593 9
696,837 696,837 0000000000000000000d1ff57b907ce5163713b348c0b4cc0bcd7684d6b7a670 1.40 MB 2,626 11
696,836 696,836 0000000000000000000f5049bf7592dcef81ba1df0df26907517617660fedad1 1.05 MB 1,565 11
696,835 696,835 0000000000000000000ab6e8b99f357ad875d243d00ed31b2c982813d4a11421 0.92 MB 1,244 3
696,834 696,834 0000000000000000000639d4ecb611b8b4abc97f72bf6be21527bc7414668a3d 1.19 MB 1,742 4
696,833 696,833 000000000000000000091419e2a827a52fa0f8f5b03e9de3bab8e0485d22caa3 1.22 MB 1,407 9
696,832 696,832 0000000000000000000d0486aaa363d2fe34a65c46431a9d6ea1a5f7512e581c 1.41 MB 2,713 17
696,831 696,831 0000000000000000000506c98bcae5fbcc83bd239d50651a013506f8ace03562 0.95 MB 798 6
696,830 696,830 00000000000000000010cf480d435b0e996095eeefcebc0be7a48d993769e17e 0.29 MB 649 13
696,829 696,829 00000000000000000010974663bd8b286a83c541a52a10cb89ce58ed00198cbe 0.18 MB 268 11
696,828 696,828 000000000000000000121171e7088b2203ec2de3739601db79bd4fe60665e35f 0.08 MB 67 9
696,827 696,827 00000000000000000011a04bda48896fbba9bdf776bb0a0c8dcc80adec7f78a9 0.59 MB 790 16
696,826 696,826 0000000000000000000360d4f0d0c69c019560d5a8252f0cd87c64ea2adbd4c5 0.44 MB 875 10
696,825 696,825 00000000000000000004612f1500bfd9da90b0f477dcf675681103eb03cb416d 0.45 MB 928 13
696,824 696,824 0000000000000000000ff674843b7ef1fa8e8d91019c46ded503d26ce5e9f3a6 1.37 MB 2,406 10
696,823 696,823 0000000000000000001169f5efad74e6b56bbd793e2ae8be13dd3ab26f3424ba 0.63 MB 1,225 13
696,822 696,822 0000000000000000001034f7c7e34500ba623eaa5e79bdfc070e854f1a1cbcea 0.03 MB 41 6
696,821 696,821 000000000000000000104bb9c4d1cb82ce425de1ef783473c49650b8395584f9 0.02 MB 70 17
Previous 10 blocks ↓
Total Size: 657.48 GB

Node Information

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