Memory Pool Memory Pool Refreshing

78,878 transactions
34.47 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,608 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,110 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,607 (160,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,285 689,285 0000000000000000000311667aeb7800d3c1e1fc161cbeeaa468f9b4f1cfad6c 1.36 MB 2,714 77
689,284 689,284 0000000000000000000b3880c64c40cbd2512549c6491c00de313a39d7e5a47c 1.23 MB 1,908 70
689,283 689,283 0000000000000000000b00f1a12ce99aec09b7ba3fb7e77608a8f48a1eda1b29 1.24 MB 634 71
689,282 689,282 0000000000000000000dbaeb55c100ed0577ef42e472e56a4863485a068ec423 1.67 MB 1,555 80
689,281 689,281 0000000000000000000cbf239beb870c02f480c8da9d8b4679ee9d8810e14859 1.34 MB 2,108 79
689,280 689,280 000000000000000000008dbbf22ecdc267188d46237947b01b7badaeb87a94b2 1.46 MB 1,371 73
689,279 689,279 00000000000000000001aedf5e73aa70faf6a8cb7c424fc5922dc47e9f7296d5 1.40 MB 2,517 89
689,278 689,278 000000000000000000095fef89c5230a91b440f18f451a85b00eb7ec8d2dd082 1.69 MB 525 71
689,277 689,277 000000000000000000036200454e97aa0861647daa81b484d6151374c5fc2e31 1.40 MB 2,353 85
689,276 689,276 00000000000000000000a308cb4541dfa1018fbd423e1fc47d7f65c0e994feba 1.32 MB 2,335 89
689,275 689,275 0000000000000000000204e7e44ad39c72a5367b1e0432604315de41bdc1c67e 1.38 MB 2,147 41
689,274 689,274 0000000000000000000209737f818514a049f6e633c41f75dc41ad0a5af7d34e 1.45 MB 3,025 36
689,273 689,273 000000000000000000050b5ecfc94b41da971a080fa968febf71e091d8bdf983 1.44 MB 2,745 70
689,272 689,272 0000000000000000000a1391e88148b175c073759cfa8b90e17cd68e7de4c398 1.58 MB 2,590 44
689,271 689,271 000000000000000000078f3cd4bff103002ea848a8659632312b0615e4d2f45d 1.29 MB 2,925 44
689,270 689,270 0000000000000000000b09dd576bb758b60ab9f2a308d7b652af54b6c5508ab8 1.19 MB 1,405 67
689,269 689,269 0000000000000000000506f62dc1c659c9866c3896d175dbc3f07bfbd34cccd0 1.09 MB 615 71
689,268 689,268 00000000000000000004d2473a3ee9b2167a4569bb6009f7311575d46e980188 1.40 MB 3,751 56
689,267 689,267 00000000000000000004085c0d898a89ac2e9928a7e636ba6f4cefe41bbc5eff 1.42 MB 4,246 52
689,266 689,266 0000000000000000000466186f6df984edb6093cf176116e385f55c7077c6c43 1.40 MB 2,946 73
689,265 689,265 00000000000000000007b827ce04f06e50300b78830bf010726f0cf42caf3b3d 1.36 MB 3,140 72
Previous 10 blocks ↓
Total Size: 660.76 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: 543.41 GB sent, 3.04 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.