Memory Pool Memory Pool Refreshing

58,491 transactions
33.58 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,677 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 942 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,676 (187,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,349 662,349 00000000000000000007f1c0e056b5a160b9c850671f6a6bb05a47f78a397527 1.04 MB 1,239 60
662,348 662,348 00000000000000000000154168997d067ad9c6aaffbbddc4f30d18e0bda17d79 1.26 MB 1,969 90
662,347 662,347 0000000000000000000138aa7d1e752ebaa489ede7bd384968943eea67ecf05c 1.19 MB 1,703 82
662,346 662,346 0000000000000000000210c856378916167eac802075fd13e4d951ecf5d8294c 1.09 MB 1,567 70
662,345 662,345 00000000000000000008c2a219863e6405c0ec5fb1bb363a06a3a9e819e46d3a 1.46 MB 1,463 68
662,344 662,344 00000000000000000005f10f53bdf01fab1f66899dde9cfec90bf8a1eee54cef 1.29 MB 1,819 111
662,343 662,343 00000000000000000005eeace8f6ede5c4dc1c1f76526967b7de1d8f45bf3458 1.35 MB 1,922 91
662,342 662,342 00000000000000000003ec8b8b88aca6950e5dfb3420d1013df527433e5d29db 1.13 MB 1,810 76
662,341 662,341 000000000000000000073bcfec85bfcff9524ff52920bc7ffbc6770081ad66b8 1.19 MB 1,427 114
662,340 662,340 00000000000000000006d76b8562a6fa621efa54264fb4e0cdfee3b41930633d 1.27 MB 2,319 94
662,339 662,339 000000000000000000047b4a27580bd3eb25ae70f23fa065e31aced95274a338 1.32 MB 2,813 132
662,338 662,338 0000000000000000000e920dac02e542c6953aa08a4557352cb2811e02fb0e1d 1.40 MB 2,519 115
662,337 662,337 0000000000000000000a0b007e0af431fe706a034627d51d535629019c14cd8c 1.33 MB 2,741 134
662,336 662,336 00000000000000000002d41abca802d80e1438c4255223723aeb1a8cec65fa2a 1.33 MB 2,671 147
662,335 662,335 00000000000000000004b3f2acc9b700140bb2bbdcd8d2a4b3c8a332552912d8 1.45 MB 2,056 104
662,334 662,334 0000000000000000000edc47e80b02b3cb32e70efe0f5388c2cb27e407ac6f91 1.28 MB 1,857 95
662,333 662,333 0000000000000000000c071cce88f51fdd396eb84c365cd2edd926724d37e0b2 1.10 MB 2,275 71
662,332 662,332 0000000000000000000b0647d6ddc243cd6b917fb3c1b2a985247d92c8c934fd 1.38 MB 1,805 81
662,331 662,331 00000000000000000003d70485394d43b268c7dcca96d25d5403f189714db8f3 1.36 MB 2,363 116
662,330 662,330 000000000000000000067f8021c60992ea8b3312a53fa4bc6791863083682f93 1.29 MB 2,392 135
662,329 662,329 00000000000000000009250273c0b81bf0dc72bb0b39b27406a4752a342bcfe3 1.32 MB 1,709 89
Previous 10 blocks ↓
Total Size: 660.90 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: 626.07 GB sent, 3.63 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.