Memory Pool Memory Pool Refreshing

65,458 transactions
25.35 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,709 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,429 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,708 (511,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
338,484 338,484 00000000000000000bc356cbef0c5a09be1df5bec59193450a9a2a9ab00103ab 0.19 MB 314 21
338,483 338,483 00000000000000000eadee5e6fdd758473d23ac35361b7daecf9eaf611163f77 0.11 MB 252 23
338,482 338,482 000000000000000014654dc326a1c031ff93906012b02f25ac7ee4b5c2641a3b 0.18 MB 260 18
338,481 338,481 0000000000000000130098f7a13ee2f8c0887be6be005fda6913c622de2ab051 0.23 MB 380 20
338,480 338,480 00000000000000001b03c7626a41552906cb4a2464223c345e3e28489f8142a6 0.16 MB 225 19
338,479 338,479 00000000000000001a55472fd3cdbd9b1cbce65fe9a96044e44c996bfb4e18f9 0.14 MB 295 24
338,478 338,478 00000000000000001561e6b8c78627cb5fa4ff5bf72bce34d7977bd4c8598b1e 0.13 MB 269 27
338,477 338,477 000000000000000007d3d48ddf0f1f3d66b8f64937f7bf242d10dbccb41e092e 0.18 MB 290 22
338,476 338,476 00000000000000000b08e6b0d60d5519c3d15cdc073dd483e651cd30a80e805c 0.00 MB 1 0
338,475 338,475 000000000000000002c3a7f42bcc321674fe7271bcc65f33f67d3b383232f937 0.44 MB 763 32
338,474 338,474 000000000000000019a7c04592975de48d5e6c4695619c093b1c408cffa151a2 0.21 MB 509 28
338,473 338,473 000000000000000019a63e419310cf0ae63312fc1b1f95cfd298754a5737c77e 0.15 MB 315 24
338,472 338,472 000000000000000003522daae63ea81758ae8875835843b1016bca1d0f4bdc7c 0.01 MB 28 14
338,471 338,471 000000000000000019aa52eae79d888bf12b329dadeb8b4987efde571217d596 0.44 MB 945 24
338,470 338,470 000000000000000014bab2a2f2cba8469935947eed8fad63b396efab8c5e0ff3 0.25 MB 464 25
338,469 338,469 00000000000000000a9a703ec584b481d55f038577497e6c6b0a9e47ac46ac5b 0.05 MB 142 29
338,468 338,468 000000000000000011c8626ccb5aa2a7b7eb8ef8c9624ed4caf356fcc19cacbd 0.26 MB 520 24
338,467 338,467 00000000000000001674e1290423a1fb1c194e56de022fb56c301c6d6b80393b 0.03 MB 76 13
338,466 338,466 0000000000000000033690424ca9dcc267bf61e2251c121d0af71ae5a9c9e8dd 0.29 MB 512 24
338,465 338,465 00000000000000001a06d4570b0b228d05635b0426967a81a50fd607d1b11c74 0.13 MB 185 21
338,464 338,464 0000000000000000122aa1a5444922f8f312fd151d8a7c97a329f8c20f102b9b 0.24 MB 471 23
Previous 10 blocks ↓
Total Size: 660.96 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: 647.89 GB sent, 3.80 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.