Memory Pool Memory Pool Refreshing

80,959 transactions
32.94 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,573 (687,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
162,330 162,330 00000000000003f0c8eb69f33b0899e96d87065c0c3c674f5af8ec8c0b48d541 0.04 MB 98 119
162,329 162,329 00000000000004dad5020143c6f0672e48262802f7b96d712c3f831822142ba8 0.01 MB 27 62
162,328 162,328 00000000000008628b8fe78936c0d85079cf4fade4b2587c313f781bcbd16044 0.01 MB 37 241
162,327 162,327 000000000000044eef4d9d12565592b50c2a29fd3ca7bd33c3f375ab3883e201 0.00 MB 1 0
162,326 162,326 00000000000001ff8706088423e88b4aef159ba2f822a99c80e6761e768eb17b 0.02 MB 32 176
162,325 162,325 0000000000000949076f2e9c7e8b6b501870a8960d8f091512f40028e3184347 0.01 MB 20 0
162,324 162,324 0000000000000c26a1e82eab60f00c50715b3862bfcb545cfbcdf38849f5db09 0.01 MB 19 335
162,323 162,323 000000000000081e0ef089add58587cbf8b57937bec5512d985efd6189b7efc9 0.00 MB 13 76
162,322 162,322 00000000000006b85cc13cd2cc7d17d2790272cbd5831033bcd9bc6fc4800c26 0.04 MB 86 146
162,321 162,321 000000000000012baea78eb91f4a44879efb52bcf89b4e59382b77a9e6c2883d 0.02 MB 47 152
162,320 162,320 000000000000047bfe03738b0dca2c1b3b638318a120b72946b85565dc746598 0.00 MB 9 47
162,319 162,319 0000000000000459b2929d22789c40c23491b62f86c688b0c566c2d009fa5ed4 0.00 MB 3 0
162,318 162,318 0000000000000495545bbd05e4726376b6cd42fdc215490f77d078a37ab80624 0.01 MB 57 20
162,317 162,317 0000000000000a55602b34a67004bfeeec1f8b2ccbe2aa3b89af92889ecda182 0.02 MB 38 42
162,316 162,316 0000000000000050caa4956632c4e5531ef661c1638f5232605eb61c003d5760 0.02 MB 51 264
162,315 162,315 0000000000000240e259f5429ae7794202c4101ce2e20c8ce9bea9e5cf60b002 0.04 MB 58 77
162,314 162,314 000000000000082e8881e138d957117b00cd19739eea1047190c0ec1b71da9df 0.01 MB 37 0
162,313 162,313 000000000000004eaa12d9381eb1d87a8b1e11e37b6aa4c84f142ed8c1b6febd 0.02 MB 44 61
162,312 162,312 000000000000064949c7b1b1b56525f9c09e14d0fee14822b6ae1ada8d208205 0.04 MB 100 52
162,311 162,311 000000000000003eb0116cbefd16183213afda6f36d570eda8633a7a8bd2410f 0.00 MB 7 229
162,310 162,310 000000000000057c291fcff3537c97c6231a5c61ff9243b3a1ae3080a6929b46 0.00 MB 11 35
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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