Memory Pool Memory Pool Refreshing

79,907 transactions
35.95 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,617 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,773 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,616 (628,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,679 220,679 0000000000000494f7a5785c15f90e8f0cccc9b9fda5d86a7aa274b5712b10cc 0.25 MB 607 198
220,678 220,678 00000000000002d26c249b2b7b9734755965f068d48fc0351aa7ce963284cb45 0.24 MB 356 220
220,677 220,677 00000000000003b63245bdae3bfe090a8db7bf2e1b1d400d43ac0c259b60fcd7 0.24 MB 320 163
220,676 220,676 0000000000000449baaa50b3fceee0b333cf6b9b40ae4ec224e39cc2d4016397 0.08 MB 168 172
220,675 220,675 0000000000000514ee459d6c1f8e64433ca08d53fe4494384ca01ff5cafaff56 0.03 MB 89 206
220,674 220,674 00000000000002222440cadda8eb948bb1d28d16cee15de1f7fab5986b9735f5 0.20 MB 407 156
220,673 220,673 00000000000002a46cc508b1d31d147c1422b202ca6e92b13efaa9e4abe6be05 0.00 MB 11 200
220,672 220,672 00000000000000be48dd0043fd0a460fe8b242c1508660a479ce60ffcdab8509 0.24 MB 563 189
220,671 220,671 00000000000001f1bccda8fe90a7afe445afe55e00d2f73391d6723a29545a6d 0.25 MB 591 181
220,670 220,670 000000000000025bd82d634a6919f19d63e7b561e206d036401a6b7eb10e5a16 0.10 MB 146 77
220,669 220,669 000000000000036d13418899af22fe48a8a21130e0d150632d382b115385a664 0.05 MB 126 186
220,668 220,668 000000000000043ca85f95508f820cf3e9e21b69fcfd00d99e636cc631da2851 0.10 MB 130 91
220,667 220,667 000000000000012314c967d8e3ac1224b977985e1eec1e1939e28879310d039e 0.13 MB 298 164
220,666 220,666 0000000000000350f4c85c9e3799cf669940051d0743ed663ccf8c693d9a8c5c 0.00 MB 10 3
220,665 220,665 00000000000001dd38b0b257c5394c027083508547270a70f69700c8a98bcdee 0.22 MB 470 172
220,664 220,664 000000000000022a7296b4de96aa48f7afec0dbc5d19f072355fb668bed78254 0.24 MB 517 177
220,663 220,663 00000000000002dbbcbdbf38731087cb8799b8f5f606479754b996f29bf61282 0.18 MB 229 67
220,662 220,662 00000000000002ed5fffd5461542c5e642c983b5039d7ff27533ff2bbf6283e7 0.14 MB 346 205
220,661 220,661 00000000000002e44b8abe9cbb51aece7ab53c36b1d30033c896c7bc894b0b98 0.19 MB 350 206
220,660 220,660 00000000000003589470eb70d2daf6a7eff2057c40be892f859dc48561e2fbe1 0.00 MB 12 1,000
220,659 220,659 00000000000000d5f9a2c3297c8e0ced836569f928d5e0c592f86e7a87683b87 0.12 MB 263 245
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

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