Memory Pool Memory Pool Refreshing

76,038 transactions
35.28 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,633 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,377 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,632 (554,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,411 295,411 000000000000000079daca9372898e658065398042af3131c7ab9eb38651acbf 0.21 MB 388 34
295,410 295,410 00000000000000000f9dffd102b5fd6e9a5b7dcb8765076ee46144cee7661e1e 0.01 MB 32 34
295,409 295,409 00000000000000009c79da353e4a78d2dda00573ac5956b812a2ed8b9b7d7ae5 0.03 MB 35 19
295,408 295,408 0000000000000000375d783183743ee20f7f64d017a5f6b3f20ed713b56bee0c 0.04 MB 64 25
295,407 295,407 0000000000000000072e9ac24b7dfa8515a7e29650594d38f826142f0baa6625 0.11 MB 180 26
295,406 295,406 00000000000000000bb7065a4f7d61e5936b3cb81279d405eb0fcac1e41150b8 0.34 MB 486 26
295,405 295,405 00000000000000001aaf7768638785285e15fafd653fbe4639a2389a2de7bb02 0.10 MB 154 28
295,404 295,404 000000000000000004cf77bab21593b1c8519b00ae8aa2ca7c6d7d74897964d8 0.24 MB 462 37
295,403 295,403 00000000000000000dc4e931ae2c013376ba1930f34afba5317a8f3288753e62 0.17 MB 317 31
295,402 295,402 0000000000000000a654b8b3cc5f13322da9130d7b13827bfdebe4f9cd001c48 0.05 MB 68 22
295,401 295,401 000000000000000053d4b2be27b40f8be10367e342d7ac69b39cddf6281d7003 0.06 MB 128 32
295,400 295,400 00000000000000008249e4879dfe99e470abc4176578cd1e6ac0e133772843c4 0.04 MB 128 45
295,399 295,399 0000000000000000a260b9554b16d6b259e6910591cc39dac11fa67b8c9620e1 0.05 MB 74 32
295,398 295,398 000000000000000010eb1e3237875a57e61e1ad0a7b07dc8329e33d32a184906 0.15 MB 327 31
295,397 295,397 00000000000000008d3177dd55aecde5c8e9e6df70714c7fa5640942b8f63815 0.11 MB 254 38
295,396 295,396 00000000000000009f2f4c96abeadaacee64fc7ae5d003065604ab6b6cd09e22 0.11 MB 190 34
295,395 295,395 00000000000000009971009f1266547c4f88bc86708908af106ab777978dab3a 0.09 MB 202 34
295,394 295,394 000000000000000058ddab547df7fe818f787ac3035118476b3a8d5a25c6652b 0.09 MB 171 40
295,393 295,393 0000000000000000a4d3c917667adb0b3044a6f8e0b3f53e16aa1c9139968f7c 0.03 MB 75 34
295,392 295,392 00000000000000007d21b086b859d9d04804e4fc75d04963d6a19835ba6e2f8d 0.09 MB 139 23
295,391 295,391 000000000000000031cdb33e335c1a366e4ea8ddb3a4f4db64a0a9ffb29d1af5 0.05 MB 128 51
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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