Memory Pool Memory Pool Refreshing

60,363 transactions
36.21 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,336 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,131 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,335 (217,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,290 632,290 00000000000000000004510e37c04e259421c03eaef0b7049c3ac562ce721453 1.24 MB 2,368 53
632,289 632,289 0000000000000000000a12fea13cb4c1c3ff52710c93a156dd57fba16e7dd4e1 1.13 MB 1,396 21
632,288 632,288 0000000000000000001071513dc5150dcb017a8087f0e2c0e49d3dba14960633 1.29 MB 1,781 25
632,287 632,287 0000000000000000000dba0d204c8e2e932bb26397552af2fee0f907bf8114ce 1.21 MB 2,588 43
632,286 632,286 0000000000000000000fbea7c704e344bcd0484f2494f4177ca9be007f472985 1.10 MB 2,255 39
632,285 632,285 000000000000000000110870eb3b9f731325a587aed817d53de3e6391c4301b4 1.24 MB 1,919 42
632,284 632,284 000000000000000000105b4dd57d9494bfeb1d9a492d1a673bc64bfd7c915aae 1.33 MB 2,775 83
632,283 632,283 0000000000000000000a2badfe10d5bcd815f4d7e9630ad65cd5abdadc6c3a72 1.32 MB 2,653 110
632,282 632,282 0000000000000000000aaacc3d923b25859907f8410be210f517c0a2fbad3d91 1.37 MB 2,266 68
632,281 632,281 000000000000000000092e3ba15e7ac803d4c899d22efa2c520ccdaa8913020f 1.32 MB 2,646 71
632,280 632,280 000000000000000000102d48de4b42ee6a2251a91b2ad3fa7074d925c3780720 1.30 MB 1,440 42
632,279 632,279 00000000000000000005f108a0044bc1bd901f3b3d3ff049ce7de303e665ff60 1.08 MB 906 10
632,278 632,278 0000000000000000000e10200228c257331e58961a6403bb774431bac791cb4d 1.26 MB 2,672 63
632,277 632,277 000000000000000000000bfc5e18e6fc14e97a2ed91eea2878bc35e594402593 1.25 MB 1,881 65
632,276 632,276 00000000000000000007beef62d08dd723c4342bdf89dcf1fe77ca6208f081ba 1.29 MB 2,917 62
632,275 632,275 000000000000000000012a701a65a46e105ba092f8e06cf6a7d774a6cdbfb7a1 1.35 MB 2,576 51
632,274 632,274 00000000000000000002a845f7d4c7fa818180fb5cd802b1c20ea649bda01267 1.81 MB 1,677 28
632,273 632,273 0000000000000000000a76be0adc6f003881f03d58a327ffe0aed481a18fe8c0 1.42 MB 1,282 9
632,272 632,272 00000000000000000000ab51c425cb1795cdb6490f24a7cd46d24f607ce8a3b8 1.20 MB 2,506 54
632,271 632,271 0000000000000000000f7dc5fb01f3b0897d74f4db6eec4c560e8b971c54b207 1.38 MB 2,707 85
632,270 632,270 0000000000000000000c2aa5a2d0790d46c3d66f0e1aa60e886c99b31102a61f 1.36 MB 3,010 81
Previous 10 blocks ↓
Total Size: 660.25 GB

Node Information

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