Memory Pool Memory Pool Refreshing

48,484 transactions
34.35 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,362 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,845 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,361 (376,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,434 472,434 0000000000000000001b7ac4dd90dd51aa5b41e059c9ea0047297e28f8897734 1.00 MB 2,047 220
472,433 472,433 000000000000000000c974c1a4dec5eb17398522cd16dceaa25ea79d12218fdd 1.00 MB 2,295 299
472,432 472,432 0000000000000000013bd9e71c7fd52c888bc36dabdbf377208f7cff4dcb21c1 1.00 MB 2,403 342
472,431 472,431 000000000000000000e64c2b8e10243f10342132cd9e4055785be92243f2137c 1.00 MB 2,327 431
472,430 472,430 00000000000000000177ab32f80e2ee936237f6175a4f8e0d5c5d9afd1a2ff3a 1.00 MB 2,210 382
472,429 472,429 0000000000000000009cb94c5112b82d3c9963860e5134746faaa745365bfc3a 1.00 MB 2,983 470
472,428 472,428 00000000000000000091f4cce3f87af7c135b7128ca981f27dfffbca81df66e1 1.00 MB 1,931 308
472,427 472,427 0000000000000000007b46f12e68121d2a899e03caedbec206cd4d4df11215d3 0.99 MB 1,713 237
472,426 472,426 000000000000000000fb070a017f7c6f5f65d4fdc63b6410b21fd449a1a13da6 1.00 MB 1,539 320
472,425 472,425 000000000000000000c2a13b15a00788b292cfc8a223ba22b444409397d401a7 0.99 MB 1,432 421
472,424 472,424 0000000000000000009ef044a1a39efddea7253932a05a98f93457bbe361a2da 1.00 MB 2,279 303
472,423 472,423 00000000000000000038fec8de77df597d3a3bcb6a2615fdbe48c2771161de1e 1.00 MB 2,111 416
472,422 472,422 000000000000000000b9764db2e99bb1cde3518340f36f949d34a8bb7883ffc2 1.00 MB 1,281 233
472,421 472,421 000000000000000000aef030abd52bb00585ed3619cabcc6e521922ef661eee9 1.00 MB 1,655 223
472,420 472,420 0000000000000000015444ebb3144a5049e4842ce5f33beac8735aec5441f4ff 1.00 MB 2,394 249
472,419 472,419 0000000000000000012c09b36e2bf183e748e3e7dfbf127c402e9ed39c14e7bf 0.99 MB 2,480 242
472,418 472,418 00000000000000000186492c05bf4304cf64de37c02423ce1cb64dc6d6911872 1.00 MB 2,155 401
472,417 472,417 0000000000000000012d2b325764c45c56a3fec1ed24b14b7153e052a6b9f067 1.00 MB 2,126 326
472,416 472,416 0000000000000000003bbb713d215635f502bbfe5fb3a09f9d99f1a6215d0988 1.00 MB 1,569 393
472,415 472,415 000000000000000000fd53a72c0a028c1aa6d3b60fe98f62adb2146c07fc8dcc 1.00 MB 2,262 359
472,414 472,414 000000000000000000a46f1ade0a3f0be6a7d8189317c271008dbb891db38f56 1.00 MB 2,117 262
Previous 10 blocks ↓
Total Size: 660.30 GB

Node Information

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