Memory Pool Memory Pool Refreshing

63,932 transactions
32.00 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,960 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,717 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,959 (687,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
162,337 162,337 0000000000000c7134e786a52ff2f74accfa3785fb8ddf91ffd7b840929507d6 0.01 MB 15 119
162,336 162,336 00000000000007cf4d923c14de0f556d7cfd145d7ea2a145cd3cd45b94137981 0.00 MB 16 265
162,335 162,335 000000000000014af1181f55a53b527f8afd51ea420a9f296d3d897a93a4b498 0.03 MB 67 93
162,334 162,334 00000000000001ec2848a93a15b0a60ac0927c4a9023fa95bfd6ee268346a052 0.01 MB 30 2,939
162,333 162,333 000000000000052c11f934749ac3c1350a615e1e7353f77c5e136ab44ef4b02d 0.03 MB 46 69
162,332 162,332 000000000000066f3bb78943ad456eb7f2e56a70db644659537d9d22171463ac 0.01 MB 16 347
162,331 162,331 00000000000006e1068fca1f3824d4d0cbf95f06ad8b551115b97db5d3647987 0.01 MB 23 0
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
Previous 10 blocks ↓
Total Size: 661.43 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: 902.95 GB sent, 6.23 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.