Memory Pool Memory Pool Refreshing

78,834 transactions
32.49 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,585 (731,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,273 118,273 000000000000ab5258a68d56edb5a202319f6fda74852c8bce34486a04089510 0.00 MB 11 1,498
118,272 118,272 000000000000a2894939cc759873de743a9ed574500497ec1cc8f3f5f1e792be 0.00 MB 12 1,877
118,271 118,271 0000000000001e65c227da99f78c1add32505fbd07088721a333429c3b51909b 0.00 MB 14 921
118,270 118,270 0000000000007fa86ba00682148ffb364867283d8013a180e1179b02abd79406 0.01 MB 24 1,740
118,269 118,269 0000000000009e69a4a2481e3d96a2958e80a5a4518dcc495837da45a66fa723 0.01 MB 22 1,671
118,268 118,268 00000000000021f2d6260f91c5157b23df24850235e38681fd323d5ffd8803f9 0.00 MB 6 1,393
118,267 118,267 00000000000062812123bf83bc2c37cfa3e4a9c2aab9e9c2d56254148de89877 0.00 MB 12 1,886
118,266 118,266 00000000000094fac9600803400428c2276660a43303ff1005eda3d17f1a3c30 0.01 MB 24 1,713
118,265 118,265 00000000000047fa4d35933cf1d8264aa711a0ab5b830221704e51e1d7da5e2a 0.00 MB 5 2,006
118,264 118,264 00000000000057cb832f400f0b2e2883d01a755c6a055ed4b04e5e3abf5a89cf 0.00 MB 16 1,267
118,263 118,263 000000000000c036b3031f8c033eaab72dbc3339dc14a15c3ab55dd7436848af 0.02 MB 52 1,930
118,262 118,262 0000000000007cfae2e36c2a35f97a8b0eb8b68a4d5b7e52759788caa7e130a8 0.01 MB 24 3,019
118,261 118,261 000000000000328ac9e57f75e73c2f76e8b4982100c2e4c64bbda8f3f32841c6 0.01 MB 23 1,958
118,260 118,260 000000000000774f4b22ed0eb7e5c5e4b49fb43dacc32dd58c41ea4e5a8d339b 0.00 MB 1 0
118,259 118,259 0000000000007f28bf626db0ca4394558ce93b1834577965b95213615552e752 0.01 MB 24 1,467
118,258 118,258 0000000000007728016f102a5205dea589a6a49385adbe08e81e11bcbc685fbe 0.01 MB 45 2,657
118,257 118,257 0000000000000abd81be21f6674559d2f7b23c99b086a1d0e630149a56654885 0.03 MB 101 104
118,256 118,256 0000000000001ce49589b403dab90e85d0774692a0d0d540cdb533ee1a480775 0.00 MB 4 2,699
118,255 118,255 000000000000c82738ca7ca0b017be7c8411641803fdadae781a2f68fc1fbc80 0.00 MB 12 308
118,254 118,254 0000000000004b9e8f1ecdd598bbef87515c71613d88f4f3f2bd5a62b6b89fe8 0.00 MB 9 1,158
118,253 118,253 00000000000061a26de72fcf99b992ee9d7c6a6caf61958b84c3b72a40c9fb5b 0.02 MB 27 955
Previous 10 blocks ↓
Total Size: 660.71 GB

Node Information

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