Memory Pool Memory Pool Refreshing

74,816 transactions
37.45 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,768 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,297 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,767 (193,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,750 656,750 000000000000000000090179f1d7f5de1e6866e26924b2fe176bde81d990cdd7 1.20 MB 2,050 89
656,749 656,749 00000000000000000006b847c11ddd1158b36a59d7e8ecb9f321f33a1e327df0 1.14 MB 2,414 26
656,748 656,748 000000000000000000064b67cb866a0012ba10bb27a5cc3d91b653434a615aa7 1.25 MB 2,417 37
656,747 656,747 0000000000000000000c6189fd9eab9a2c5d775e87d6d4175386df7e64518f2f 1.46 MB 2,032 37
656,746 656,746 00000000000000000008b77bd949dfcf24b5484e8ad3f2094b21c1ccefa10449 1.32 MB 2,366 118
656,745 656,745 0000000000000000000067e6d980f1618847efa149882748989dc060a58fc02f 1.37 MB 2,497 64
656,744 656,744 0000000000000000000518e169b29521f39bffe2a667b7fe8468e5e3eb4be2c2 1.46 MB 2,141 54
656,743 656,743 000000000000000000000a89d5d8c782e3f939548090fa085f3ab1852d8bcfe0 1.45 MB 2,240 63
656,742 656,742 0000000000000000000817d383b7ce947bf2b999de71c48860eb3a233ec3321c 1.26 MB 2,080 97
656,741 656,741 0000000000000000000c7cff5cc3e2c5698e3f31337dc09560f80d89d14039da 1.27 MB 2,753 153
656,740 656,740 000000000000000000090271a81c5b005f615d3730afb2ee42153129b624b4ca 1.34 MB 2,344 93
656,739 656,739 0000000000000000000c1b4b5d277dab9eaba4444d570c41e4233ec602b5f61a 1.40 MB 2,548 79
656,738 656,738 0000000000000000000008e1dea9ea57258f05b0f2492d4239f525e00044ae27 1.88 MB 900 9
656,737 656,737 000000000000000000077bfe0dd6953fdd154594e95f01f3d44a89b3cda6a0a7 1.18 MB 2,623 20
656,736 656,736 0000000000000000000cd4e766bc0a4162dc298af77fe4a2ae16ca2acc9a20f4 1.47 MB 2,275 43
656,735 656,735 000000000000000000104891cb1b11612f23d5d1536a675dacf9f7653f80296f 1.31 MB 2,942 144
656,734 656,734 0000000000000000000f63ee52f49732b03c54b42ef496eb132f3a52ea80eedb 1.15 MB 2,387 18
656,733 656,733 0000000000000000000148e218eaf112fa9ae46cf308fc0bb94f7b028901631e 1.39 MB 2,487 73
656,732 656,732 0000000000000000000fedad815e2b3db1f75a4dedecb4048090d6c375454cb7 1.09 MB 2,512 15
656,731 656,731 000000000000000000076500a9ccbb4106783067053152a2c52574c890a928a5 1.33 MB 1,953 68
656,730 656,730 00000000000000000003e504023ff66994648da7a7348ce9bc85969e0fe7a252 1.38 MB 2,445 75
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 713.94 GB sent, 4.46 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.