Memory Pool Memory Pool Refreshing

83,886 transactions
35.96 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,605 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,449 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,604 (183,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,228 666,228 000000000000000000019fa5ea442e686ef9e6181aecb9d350ee8aabab8f73b8 1.35 MB 1,814 53
666,227 666,227 0000000000000000000454b7994fe7d590fd854532476600784d856b770d85b4 1.13 MB 2,630 60
666,226 666,226 00000000000000000009eb35151445107d763a53cd6769c4029145817fc7e1cf 1.28 MB 2,859 88
666,225 666,225 00000000000000000003afa9cd2a56e3a9427c008dc47f59e34f81b2baead53f 1.31 MB 2,581 84
666,224 666,224 00000000000000000005037b36a047e1c7c9b08a14497bbc700f4a4832d38714 1.24 MB 2,055 133
666,223 666,223 00000000000000000007799f507d12498ee7951741ac19db93ac3abe5276b969 1.29 MB 2,790 78
666,222 666,222 00000000000000000001ad730550207ab77c46132cfde2f4d95d5f973415ae8c 1.39 MB 2,520 82
666,221 666,221 0000000000000000000a238db1763d02a32c254b838dbd2f18e9dff2a2846942 1.35 MB 2,551 85
666,220 666,220 0000000000000000000bb6fe854f114d35f822a0de55096aadeddd6f5477629e 1.51 MB 1,545 71
666,219 666,219 000000000000000000061de9fdb9c9d34ae290d2526998150655896e37907d26 1.26 MB 1,913 73
666,218 666,218 000000000000000000090f3602f7d639f491919d85e49d851f1a0743e3de22bc 1.36 MB 2,492 83
666,217 666,217 0000000000000000000a77f2cb2c7b1ae0c970215fd6ceacf097d2069117481d 1.24 MB 2,297 91
666,216 666,216 00000000000000000001099b5129711c2c6b19fc050a8d9c8a073debb60e7181 1.38 MB 2,643 129
666,215 666,215 000000000000000000010edc5fbc3cb066edbbc129085be9c9b7d3cd82ffff7b 1.39 MB 2,318 101
666,214 666,214 000000000000000000089de8412aefc86163fd45ada7e182f75ba2e6b5c9758b 1.19 MB 2,207 121
666,213 666,213 00000000000000000000d2dc399a736b827db3cf3dbeafa7e5694101dc103816 1.19 MB 2,385 106
666,212 666,212 0000000000000000000bcf87b09c91ec139ce644c11dc7cda948f699d2298b3f 1.27 MB 2,459 128
666,211 666,211 0000000000000000000a0337ad64ee7c3b9060fa4ad9e951c8847a4c0d8536e7 1.23 MB 2,904 116
666,210 666,210 0000000000000000000655456ba6cc2f541403d1fe56668b3028a3a96bf0e964 1.32 MB 2,406 130
666,209 666,209 000000000000000000082635cfa5315d8d3b28b68571e278b682d52acb884645 1.33 MB 2,944 152
666,208 666,208 0000000000000000000a3a92d2494b041dc6639b6599beb94e7ea6f95c4b516c 1.35 MB 2,967 149
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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