Memory Pool Memory Pool Refreshing

63,995 transactions
32.02 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,679 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,959 (636,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
213,623 213,623 000000000000001f4d62546e5cd80982de11ae0adec691cf171afd951cb512b2 0.25 MB 459 170
213,622 213,622 000000000000042a92a82a274b3d2edf8ab487a602006caec2890739cd39cb51 0.20 MB 677 352
213,621 213,621 00000000000000214b868787a9a21d38587fb0bc51289fe3c699aa124468450e 0.01 MB 26 103
213,620 213,620 000000000000027a1e40b9e667f046fe69e8955dde3603f3a51db12b85f2c3ce 0.01 MB 15 197
213,619 213,619 000000000000031a1ecd3bff37ecd84afe884bdc9077777456e56908afe3d207 0.17 MB 261 117
213,618 213,618 0000000000000478c14016ed552207b3d50d4c6c9f932b637d91db559275ec9b 0.24 MB 558 226
213,617 213,617 0000000000000286bc9a69bcaa0669553aa6b49c3a8f9cf6afc7cdf030b92065 0.42 MB 863 168
213,616 213,616 000000000000033962ff1a7413bcdd15a8f5440dbf9ce6ef2ec7e0a3828c08b2 0.43 MB 1,552 248
213,615 213,615 000000000000032fc4a297d44e0c0de6f1e9d3fec8fd83c9592519bb6262d77f 0.01 MB 42 263
213,614 213,614 00000000000003eb499fb7fed8aacfa736c3ff183d22cd8d475d99a33594d6db 0.23 MB 554 263
213,613 213,613 000000000000031f49c9bbeff4faebbfd24a42b534e4289cfdada0ba8ba4f5f1 0.12 MB 237 179
213,612 213,612 00000000000003307f703004b3bff0e76f7e31ea1c76c2825b59cd7b6422ed0f 0.05 MB 155 120
213,611 213,611 00000000000001ba394b0a035d582667e9b245f26e840cb33ad69589d7aa9161 0.00 MB 8 201
213,610 213,610 00000000000003f73240773bea5c1838d1374ae22d59bd6e39859f848b90eb88 0.08 MB 224 209
213,609 213,609 00000000000004ae2c02bf094beeeaebca77c278dfe68e5167c0dacb7c64102b 0.06 MB 128 127
213,608 213,608 00000000000000b74f19cec6ca4f4f3c58cdd6e12854d4fe95c1a248ebe5538e 0.09 MB 240 119
213,607 213,607 00000000000000f7168d89c9f1a533e158fdd28e4f9733e06ed9c3636776007b 0.26 MB 628 210
213,606 213,606 00000000000001f8c77ced4b9c2aa158b1d87bdf5556700318b98071b562d959 0.05 MB 105 155
213,605 213,605 00000000000003b9684ef408442e7af5e988bbed3e1b97775cbdc16028c76a54 0.06 MB 129 169
213,604 213,604 0000000000000441238971539a78b4b003121f485376bc2530566963805c2bd0 0.13 MB 286 186
213,603 213,603 00000000000000cc11b5ce49ca37b95886ac40938ccfb6dde6dce308d4ada41e 0.06 MB 139 226
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.97 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.