Memory Pool Memory Pool Refreshing

65,887 transactions
30.41 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,444 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,039 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,443 (491,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,316 358,316 0000000000000000031142bfbee491f486c2a37641e3286ef22bd49fbe9d81f6 0.48 MB 1,149 28
358,315 358,315 000000000000000001cc43d526ac727fab55fddbc2efdf431dadc04a3c164d64 0.13 MB 254 63
358,314 358,314 00000000000000000c9ee84074b94f02fecce9bdb7cebd69bc20301831966985 0.65 MB 1,146 28
358,313 358,313 00000000000000000312e7ab72a0b91de9b1d9c164d545569da6fd05f7e86922 0.21 MB 371 28
358,312 358,312 0000000000000000002fe3c2c42f528d193ed459ca6100a453ac644b010c7a6a 0.10 MB 178 19
358,311 358,311 000000000000000010dba78d00c12062e80d5173c27048f9f3835323f2e28e27 0.75 MB 1,765 33
358,310 358,310 000000000000000001676405c83af351abc7df6340c6bf618edd036c2fd308c0 0.37 MB 907 30
358,309 358,309 000000000000000003c45e5d2adb612a1cf7e1515cf07f5615cfbd53939abfa0 0.11 MB 297 30
358,308 358,308 00000000000000000731748240156293e5e7dd37a4e929f100aca7b65a1323a1 0.00 MB 2 0
358,307 358,307 0000000000000000111b0ac793e739cd8d7c9215df8e88bfe6acc07831618165 0.01 MB 40 48
358,306 358,306 0000000000000000058959b94fae00807f786f13412e468637e5d8113ee912ab 0.34 MB 708 33
358,305 358,305 000000000000000007a47e88b37f4340f4fa7c8e6440139e4cff33e9c77170d1 0.17 MB 310 23
358,304 358,304 000000000000000001914cafd9c9232c3eaf25b6e42f4d3a8a7c29261a4d8f73 0.22 MB 434 24
358,303 358,303 0000000000000000157ff1817efadabc218292c881a45d0e3e9e16aa541c5894 0.14 MB 308 25
358,302 358,302 00000000000000000067e8c9c7e99dd9e9295a34245b3567a46cec578376e875 0.28 MB 528 27
358,301 358,301 00000000000000001389e5b6c315202d506383445579c410df137a5e997f29c9 0.13 MB 237 19
358,300 358,300 0000000000000000146ea3aea202c05df468b143cbc966c38f003adb9778f5ed 0.42 MB 699 23
358,299 358,299 0000000000000000032ba3dbbc41fb77e2de827458be0c80b2c47d4a19a475d2 0.31 MB 728 28
358,298 358,298 000000000000000011635c65d6f6b7c9595d815208e4fc63acea3410168a31d2 0.15 MB 219 19
358,297 358,297 0000000000000000076f4576a5a6612ea779d9fbc80c15be0fbeed9b1a756b0d 0.18 MB 307 25
358,296 358,296 0000000000000000161619b10d30d19f293527d4a6e924a0935f6b962787b200 0.62 MB 1,406 32
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

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