Memory Pool Memory Pool Refreshing

85,847 transactions
29.48 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,118 000000000000000000036e3a0000000000000000000000000000000000000000 1.00 vMB 1,355 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,117 (668,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,469 185,469 000000000000008f31ff6aa7c1fd22a75be07d0d708652514a4de9380c8f169a 0.00 MB 13 53
185,468 185,468 000000000000096fce38b16f6f05ddf58931a6b5c15b6f6e700d369dbf24e781 0.06 MB 16 49
185,467 185,467 00000000000009a77ad9409c7d53ee0df0da0a72f771e42e27aca78b4c5c09d9 0.09 MB 137 77
185,466 185,466 00000000000004597666d16067328c615976db7a3f6dfdf4d250c205b594d46c 0.05 MB 148 93
185,465 185,465 000000000000072bb225ede526995dda278e363db18b850fea493a24cff9a26b 0.05 MB 124 65
185,464 185,464 00000000000004a6ebf9f29f2679a004fe227e996739dc19667e3dd799fd1c4f 0.25 MB 741 143
185,463 185,463 0000000000000928ad414de2fc9f1e62e3853dc45a9049fa1a22d42fdba04319 0.25 MB 396 107
185,462 185,462 000000000000072ff19035b9811418ad8ff13602a825e0998ea659c36971650a 0.26 MB 442 112
185,461 185,461 0000000000000800896ef559025ee2f2cfc07ac1d60efb0447e8857c3784aa19 0.07 MB 142 363
185,460 185,460 000000000000005ccf80a9f8922eb0727b86c443a44dbbf1f8cde80c91126036 0.00 MB 11 0
185,459 185,459 00000000000003db3e7886c7c71da8f8580b484ac75d47e1e10f9f71704ccd3f 0.20 MB 247 136
185,458 185,458 000000000000060d118ec39187d2d95fcd77b406a39015a6e6cd0eb4b364d8e2 0.05 MB 111 347
185,457 185,457 0000000000000189e3f03594f26d1f769b718bc61b7d8d4964d075c5a5f48ec5 0.00 MB 8 307
185,456 185,456 0000000000000092f5dc157296c2a05f6ba6c948f4848e25e5906a4f64bdcf9a 0.06 MB 205 130
185,455 185,455 00000000000000260710c75f960af1e25cc185dda7a36b26dd6e8245d747c83b 0.02 MB 19 73
185,454 185,454 000000000000036404c574becf8c5eca23623659e3455684164b4447a655189f 0.03 MB 60 88
185,453 185,453 000000000000008a30f12c9dc0cffa9a58ba548e3c10d80033c66462c8d3895e 0.29 MB 790 138
185,452 185,452 000000000000093058f05b102ae2eb9f21d4c113c799a0f5f55ee3d92a71c47c 0.25 MB 370 82
185,451 185,451 0000000000000905057239c85325f20298fd259c2f583d5352207c8bfeeddaca 0.01 MB 20 263
185,450 185,450 00000000000007692c24d3bf31f9acbec01f65011e39ece95f1ef611f45f2e0c 0.05 MB 146 85
185,449 185,449 000000000000096dea4914805651ff7f69556ae0bdbd30ddf8110db62ba7e2d1 0.21 MB 531 130
Previous 10 blocks ↓
Total Size: 669.20 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: 2,581.95 GB sent, 54.29 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.