Memory Pool Memory Pool Refreshing

84,340 transactions
35.91 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,609 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,158 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,608 (664,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,382 185,382 000000000000005716b66cce0f22d01fbecb189fc4c85499e902022b83f32347 0.25 MB 694 141
185,381 185,381 0000000000000a80229fdd1a0844759841abf7991ef0b37b79884e661faa234b 0.25 MB 446 124
185,380 185,380 00000000000002f953429ffbba7de62fb2dba1e13899baab0b9a24fb749586cd 0.08 MB 283 15
185,379 185,379 00000000000003fee96646f7da0b496c8aac45f5a38ef0c3df1807f02640bae7 0.25 MB 535 121
185,378 185,378 000000000000049f2b8dbae4f1ef4912e17cb09e24cbc4d378fb8910be8a085d 0.25 MB 582 130
185,377 185,377 00000000000003358554d0a3d6464e319bc429af0f7fd720835e1b31b4e9200b 0.05 MB 148 4
185,376 185,376 0000000000000424b9126a0c170dffd161636f0d9c344a621a53423adb5bbff5 0.04 MB 115 67
185,375 185,375 00000000000005e2f73b2722cb5e69aedf0528233b738950f00ab58a2b86fb37 0.25 MB 437 313
185,374 185,374 00000000000006004dbde94500946887b80abffad0dc58d323cb93979ecd82d6 0.33 MB 763 116
185,373 185,373 00000000000008f1a8540be14b5950e53a75ff1a02dbc090e510f47c9eb18811 0.00 MB 9 29
185,372 185,372 00000000000009c66e43f8eeaaaa7eeef2073753c1c4bf7292477c6c74dd0cef 0.25 MB 648 139
185,371 185,371 000000000000086591f564ce9879b03d0f766cc4926fe7687c9014435f10c1e1 0.04 MB 70 48
185,370 185,370 0000000000000931bf006244fbfe41e81a9c4fa15c91fc7a58aeb53404cb2a24 0.25 MB 546 132
185,369 185,369 00000000000001e9f31666c2b52562250772c00c2247217efc67b9db6067cf8e 0.07 MB 154 112
185,368 185,368 000000000000022aaa47cd70fdc9b2fbbf2095f2c618a4d931e214564730927d 0.25 MB 387 195
185,367 185,367 00000000000002912004a0d4a1c7dc371d38dfec6920cd0acfa5f579cfc332f7 0.25 MB 642 138
185,366 185,366 00000000000005191b16cd8af219c1aeffb52bad078bf44b68d52a6b4bae869c 0.49 MB 1,024 211
185,365 185,365 0000000000000989f03b7f6b3803bfcb7b907c373ee72a28f482ea5fc5461957 0.06 MB 199 175
185,364 185,364 000000000000033da2a9efadd1f72c1237a63ec2408c5470376606480430104b 0.25 MB 336 115
185,363 185,363 000000000000030b031bc23804f08cabd6f7c3bfd8aa113b85ad7ecbe1892bd8 0.00 MB 9 0
185,362 185,362 0000000000000130415a04f6cc4f4181ebf000eabf13f1ca7ff9f0e0a3bdc355 0.04 MB 14 1,028
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: 547.38 GB sent, 3.05 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.