Memory Pool Memory Pool Refreshing

41,223 transactions
35.46 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,413 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,270 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,412 (220,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,235 630,235 0000000000000000001004c4ced2793f3d506fd53b40f7b9f2c074d630aaaa0e 1.21 MB 2,145 126
630,234 630,234 0000000000000000000dbbd4c519f9266de6e8c6cc87d6e92f25b635aa68db2e 1.33 MB 2,563 108
630,233 630,233 00000000000000000007184083194b52945928c5867ecb415e2b2257f2145be5 1.34 MB 2,655 126
630,232 630,232 000000000000000000033977b26843593598ed0e5fb30d6ab8b9e864f2481859 1.32 MB 2,805 123
630,231 630,231 0000000000000000000de85e0edb15b817b187f64bf036896f0ff7bd2313d093 1.18 MB 1,397 110
630,230 630,230 00000000000000000006ba1bfa41a3f891287b243d15599a2c03485b76c8e278 1.36 MB 2,668 115
630,229 630,229 00000000000000000008da7edccb5a0556e135c11c752d5a42088833f964c90c 1.38 MB 2,109 71
630,228 630,228 0000000000000000000c9d005656bb2fbf9f12c5483207902df18225b49b4300 1.36 MB 2,315 61
630,227 630,227 0000000000000000000dba7844e4cb7abb90c750f6a4aed7508bccf748b61682 1.30 MB 2,696 68
630,226 630,226 00000000000000000001ec86dfa0fa8d5bddea8115c67960649245c624792f33 1.77 MB 242 5
630,225 630,225 0000000000000000000811a5df28b7a58b94500507337013eddfab8ffd1013f1 1.34 MB 2,061 49
630,224 630,224 00000000000000000009d9aafc2cecbc64f5f6c36bb2acd8af54f2b346eacc6b 1.70 MB 1,680 77
630,223 630,223 0000000000000000000a40aef92c8bde515d3496f242ac57d2fbea138c5afb62 1.32 MB 1,939 26
630,222 630,222 00000000000000000007f2623d05ec124735a0f964febecc4409a77d8e1899ec 1.08 MB 2,246 12
630,221 630,221 000000000000000000063e68143ff64c810932c59fae039bdb3e8a6d96ca15f2 1.28 MB 2,792 66
630,220 630,220 00000000000000000004f1e8153d01d836c5bce2bd89acf59db6ed88398a52ee 1.29 MB 2,767 110
630,219 630,219 000000000000000000053612c94dcebf962eaab5dc2aec52320eff37933413dc 1.15 MB 2,362 17
630,218 630,218 0000000000000000000ac26e63ff9f5d3a8db8077d537b4f090c740b17de451b 1.24 MB 2,773 60
630,217 630,217 00000000000000000009a792f01cfcdf7e62df610f20a4a614430f70ee5bfae8 1.17 MB 2,781 43
630,216 630,216 00000000000000000005697612eb15b998c8c93c63b10fa0bc8103c21e24c7e2 1.11 MB 2,609 23
630,215 630,215 00000000000000000002f71c45350b987597b20b86170b32ba4ff2283ff8e627 1.19 MB 2,620 41
Previous 10 blocks ↓
Total Size: 662.29 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,346.21 GB sent, 9.99 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.