Memory Pool Memory Pool Refreshing

51,402 transactions
36.50 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,366 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,781 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,365 (730,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,402 118,402 0000000000007d8ff4550f6e41a7f034e0428c4d2a483bad89a3523ebe9c5ac3 0.00 MB 7 0
118,401 118,401 0000000000003f5e57bbd4c304160b42fdff28a68372407faefd1eba6fa8507f 0.00 MB 10 0
118,400 118,400 000000000000ad7568a1f314070d4dcb51f5324b996c66ba223a3757ebe21d87 0.00 MB 7 342
118,399 118,399 00000000000093ac7e7a34d9d3e338259553c80306b56c5c8e711791a50112df 0.00 MB 12 0
118,398 118,398 0000000000006d7656a7a554790d0d9d5638e38c113eeddabf5e0da566e63051 0.02 MB 9 0
118,397 118,397 0000000000003303cf507a5e9da97c8e8c2e6a3d0673fb51969d50540e1904d7 0.00 MB 10 0
118,396 118,396 000000000000298d1d17b423893ed7bb9aedd4872be67337d113b22778a158d7 0.02 MB 29 0
118,395 118,395 0000000000003c69db5148ec56e0d3bd826457f18b809eafc43d2c042d5e8bb8 0.01 MB 8 157
118,394 118,394 000000000000ac26ed3ed5afb7a1e05cf86cef0269accf2cd000931e63d92420 0.00 MB 9 352
118,393 118,393 0000000000002b507899bda07a31bff4587b90ea8b955cf1e2db0ea0949899a1 0.03 MB 41 0
118,392 118,392 0000000000003ca783e84be8aae83152ec9e8a3cf66564c0bfa4bbaa6c35fe9c 0.00 MB 8 1,018
118,391 118,391 00000000000082d68fd90b63936b4c3562b5279ffdd90685f54e41a44e5ab90b 0.00 MB 1 0
118,390 118,390 00000000000074eccbd99ac04d4874b34835d06e3f5192fafa3a4864014eabfd 0.01 MB 15 0
118,389 118,389 00000000000036f2b20cff25c496bfe8ff6da4a887e263377ea59c6c08006748 0.00 MB 8 0
118,388 118,388 000000000000a6fb94e93519c5faa438e68fc118269ec86022a7a31fa3903604 0.01 MB 19 307
118,387 118,387 0000000000006680b746cb40af0351490dd993849c953b99d49f09d5ef57e933 0.01 MB 23 244
118,386 118,386 00000000000011069bbc22db4603bafc65c2b2e060f6e4f9bcbae78eb6d431e1 0.00 MB 8 0
118,385 118,385 0000000000004b8b1fa6d643869d28bc480eadb855171f4192a86c18a3abf62f 0.01 MB 28 0
118,384 118,384 000000000000a39b8a473bae2b0efdf8379ea862731dfd14c4f731c003a6ffbf 0.01 MB 11 603
118,383 118,383 00000000000028846e7a67179f7b449462c190b297bdb988d95b9178f3608127 0.01 MB 34 0
118,382 118,382 000000000000004581da91701c82a096dfd54d86e13b822b1d1af3b9aa69817c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.31 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 79 incoming
  • Data Transfer: 276.89 GB sent, 0.86 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.