Memory Pool Memory Pool Refreshing

64,750 transactions
34.82 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,717 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,784 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,716 (379,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,573 471,573 00000000000000000062594151efcb451f0334ba17dd6c0455238664f590b3a9 1.00 MB 1,869 343
471,572 471,572 000000000000000000d332588e8bae3f7224ecea90674e12474ae6935ce5a8fc 0.99 MB 2,396 401
471,571 471,571 0000000000000000016305acaa98a55d075f1f53590210a9b0adb496f0357895 1.00 MB 1,602 361
471,570 471,570 000000000000000000ca0e44e7b4fa49743047b6ea6532be2e8d869971f918ba 1.00 MB 2,113 425
471,569 471,569 00000000000000000007bf61c6cf9efbb1353b919621768b553bd1ffb2948240 1.00 MB 2,561 402
471,568 471,568 000000000000000000fc2c10f1b4e55c9b86b8f9e804dc66683312b7d7d955dd 1.00 MB 2,011 375
471,567 471,567 000000000000000000d70effc2ec625999960bd7929d7a4298124456ecb29c23 0.99 MB 1,651 439
471,566 471,566 00000000000000000127cbc53d017400eb9d17122a8ae36986c077ac7eea25fe 1.00 MB 1,130 94
471,565 471,565 00000000000000000045844f32f6e9fc6e7575bb96eb71a9ce9fba2849892d5e 1.00 MB 1,986 221
471,564 471,564 0000000000000000009a5b3fc7ac517f8a275be73f4492adb0cb88943f5c1b9e 1.00 MB 2,378 334
471,563 471,563 00000000000000000048a5506f3415fcf790106a838953e04d86d8f2583ebd6a 1.00 MB 1,481 169
471,562 471,562 0000000000000000016f6a483730bd9c1c48c8345782b8365762592a475aa330 1.00 MB 646 77
471,561 471,561 000000000000000001434fb0e5cc5e521de59bff70c325185a5c67bd5418c61a 1.00 MB 1,831 208
471,560 471,560 000000000000000000a1782a9d78672672e4291347c47ac3206ed8716bb4952b 1.00 MB 791 96
471,559 471,559 000000000000000000d58ba85b2ddedc1f467b1e1c49c47cf62d4d970dad7ab5 1.00 MB 87 30
471,558 471,558 0000000000000000009a4e72a1863e42fdfe1e08e6d547d4528049065d69454c 0.78 MB 1,685 262
471,557 471,557 00000000000000000068a8adc72fc41299105053e6059a3f6dcd2e0dc2fd2fcb 0.71 MB 1,661 282
471,556 471,556 0000000000000000009b7b9cfd79b8e50300cfc0d868bc91d7aa97f197e4ad86 1.00 MB 229 54
471,555 471,555 00000000000000000100269c14d28be7ad5958352894dbe4ec3e3bd5655fd077 1.00 MB 1,048 47
471,554 471,554 000000000000000000d3c34981044f8c2cc64962c30af9f4a37e0b12a44130d5 1.00 MB 2,517 261
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1.00 MB 1,837 279
Previous 10 blocks ↓
Total Size: 662.85 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: 1,625.76 GB sent, 13.00 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.