Memory Pool Memory Pool Refreshing

78,043 transactions
32.92 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,627 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,967 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,626 (241,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
608,053 608,053 0000000000000000001343d4d6053094e5ae773969d687dfca36aef252cd967e 0.28 MB 467 15
608,052 608,052 0000000000000000000d0696577a1abd746b81b73196a9ad6aa71981e2d4ad50 0.89 MB 2,276 14
608,051 608,051 000000000000000000107367ebc13e32114e89aa0ffc84eec17ce4c09b8d975b 0.64 MB 1,619 16
608,050 608,050 00000000000000000012b4bc181f95b790fc61dc399892aac22b4151e644a297 1.03 MB 2,533 15
608,049 608,049 00000000000000000002327410930e2f953400673cbb53bdf048bb9b5137a05b 0.78 MB 1,913 13
608,048 608,048 0000000000000000000209c4d7d771d07584072d2f86d634048716f2a624eeb8 0.60 MB 1,123 9
608,047 608,047 000000000000000000081819c5e3f9ca604d460d2f2f9af7587c299c8c974e53 1.11 MB 1,336 6
608,046 608,046 0000000000000000000541b4700d6174c7dc39ae3094cc27b301408b782a9dd1 1.25 MB 2,933 13
608,045 608,045 0000000000000000000d9c6917e3e865812d419648349d85c40c5a8302842d79 1.18 MB 1,975 9
608,044 608,044 0000000000000000000b0931fd48ed9409bb511c933389c7d65d7d94aa10fae2 1.24 MB 3,133 19
608,043 608,043 00000000000000000004b0cddc377964aa35ef23ff550dd4b43c32672ae9ebed 1.01 MB 175 1
608,042 608,042 0000000000000000001543c4aa25041893138b11b312ec1098a296de823603fc 1.06 MB 905 7
608,041 608,041 00000000000000000006b77dd6477bf3a6eb0a2ce162717d6ef99e552db93173 1.04 MB 490 1
608,040 608,040 00000000000000000004a83e63f72c9b59c668d8013d2a5b156902e540d2a15a 1.26 MB 3,439 17
608,039 608,039 0000000000000000000792319c87fcee15776e0a93730c0cd7b26c59812a10f9 1.03 MB 428 2
608,038 608,038 000000000000000000044cca1aa9344ae425fca8aa538db217e451eb5a4db62c 1.08 MB 872 6
608,037 608,037 0000000000000000000b9e0f5ba48af9c1e7e07b6a6e96c8a42cce0aca670e2a 1.06 MB 989 4
608,036 608,036 00000000000000000012376bed897336fbdd5366bbe1b4af9e28ad4554b9edb8 0.66 MB 1,231 15
608,035 608,035 000000000000000000146ec7836497f162c7ec1f984c91b6c80c563c44f7b6f8 0.01 MB 38 22
608,034 608,034 0000000000000000000abc125751a562eef1fda138fcf9571f10af4937453d6c 0.44 MB 1,233 16
608,033 608,033 0000000000000000000465a384e4a45e46c88ada77488ba064dbd2964583cd6f 0.09 MB 304 17
Previous 10 blocks ↓
Total Size: 660.80 GB

Node Information

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