Memory Pool Memory Pool Refreshing

66,239 transactions
29.83 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,698 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,180 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,697 (267,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
582,527 582,527 0000000000000000001c37c469ab4c1bdd5c80d431778d573b30aaaec82ff960 1.24 MB 2,092 151
582,526 582,526 00000000000000000023f2545a49cd07c9e874b749282f90b007fd15e29ba434 1.31 MB 2,779 166
582,525 582,525 0000000000000000001bcdfe2260fa7e043c603a10d05601a8ddc3f24065ea6e 1.17 MB 2,143 173
582,524 582,524 00000000000000000017a25e22c09accd0c53258194b8a3f5bdc1c787b3f1482 1.14 MB 2,368 197
582,523 582,523 0000000000000000001ecec4415c789e4524f69033ed895a158abb56fd802cf2 1.07 MB 2,042 173
582,522 582,522 00000000000000000012d8e7c79966d612e8153562aa29ffbd136af2c80437b9 1.33 MB 2,713 133
582,521 582,521 0000000000000000001d070525258de63dd67b164163daba07faf41c64917517 1.31 MB 3,190 120
582,520 582,520 00000000000000000010136d618dcf23e9742ef99de0fe465deb1b4227a4a4cd 1.35 MB 2,700 125
582,519 582,519 0000000000000000000f9afc04f5fec348b3384d4c85798c54adfd0013666a01 1.28 MB 2,984 161
582,518 582,518 0000000000000000000a70a00297002b7e94b3b66658bf0462b7aae8b77b22a5 1.20 MB 2,239 100
582,517 582,517 0000000000000000001c00b165f215f2606e936186d1426324ef12e6b790fea0 1.24 MB 2,689 123
582,516 582,516 00000000000000000005754c9eac6fcd9aae2fb0495b2f6f358bf7edc0411a4e 1.19 MB 2,300 96
582,515 582,515 0000000000000000001a8c449c008c999f5af75ba9d810cf06adda0f7dc453a4 1.27 MB 2,741 123
582,514 582,514 0000000000000000001ee02120f864266b6531927205f9570f09d832e2a57ff4 1.20 MB 2,716 114
582,513 582,513 0000000000000000001fd86d808d090bf32745d5c8025db2b7d0b5097f2d40b1 1.26 MB 2,203 117
582,512 582,512 0000000000000000001fee742c0eb1ba691dea6c855df7b0049925119f47a634 1.26 MB 2,704 118
582,511 582,511 0000000000000000001cfeb69aca2478b787b7ac66e8e3e0b69e363e324b83fc 1.21 MB 2,267 148
582,510 582,510 00000000000000000015fe15755d788b3baacd2f2a9f1c6d71b4e5667c718bf6 1.21 MB 2,606 111
582,509 582,509 0000000000000000000b4ef5165fb316eff35bea2798c38583a203295a526f58 1.42 MB 2,176 104
582,508 582,508 00000000000000000004fdb1d7e5ec432f28b2c7abe1f1cc8a8d00f0b63fd014 1.24 MB 2,924 136
582,507 582,507 0000000000000000001b23e5519427f0b3c4ed9e06987cebd459b24603e57f7d 1.38 MB 2,852 119
Previous 10 blocks ↓
Total Size: 660.94 GB

Node Information

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