Memory Pool Memory Pool Refreshing

71,806 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,726 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,002 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,725 (213,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,157 636,157 0000000000000000000c3947e82d5f017413122c0967f167649caff3563b2136 1.20 MB 2,641 25
636,156 636,156 0000000000000000001111ada7ea42becc05bc48b9a566dec15c0241f406b7d8 1.41 MB 2,660 40
636,155 636,155 0000000000000000000eb1f565611435876e98442155cb92cdec5ddf4c91ec50 1.33 MB 3,014 53
636,154 636,154 00000000000000000003a0d00f290145e16888daa7a72bd1ae99b1da1c323757 1.28 MB 2,828 42
636,153 636,153 0000000000000000000e3a3058cc835cfa594c733a0a0c49c23348700682f7cc 1.48 MB 1,390 15
636,152 636,152 00000000000000000000229d836c5b1444255a8d751d22bb3adc4de8d7d096f2 1.16 MB 2,847 20
636,151 636,151 00000000000000000002bf22c2e4b9315305ca233ce49f4fe5c95ac4f9ac7930 1.31 MB 2,841 42
636,150 636,150 00000000000000000001c6678adc7eca29fd0f1d40697a72e43609c317fc2cd8 1.19 MB 2,349 36
636,149 636,149 000000000000000000032f45bad352379368c2f54eec62f4d6479035814ebd7c 1.09 MB 2,229 19
636,148 636,148 00000000000000000009d7bbb259fa52e538272fdf20dccef53d118f13fb5948 1.28 MB 2,681 34
636,147 636,147 000000000000000000059d8c99937c72206f9af3aeb8414dd6f759c6c7d1f79d 1.25 MB 2,911 56
636,146 636,146 00000000000000000008ddcc4ae884e73ea4b6de4efd3b5f4adb965334f8e004 1.17 MB 2,181 33
636,145 636,145 00000000000000000005bcb476b97a3ca1c095d77d8ecf84d44a05584886e51e 1.15 MB 2,246 34
636,144 636,144 00000000000000000007ce2380722f4fd8ddb028e3f9631703b729fdd5557ac5 1.22 MB 1,428 39
636,143 636,143 0000000000000000000ee26693b269ffce575b8d59c0bbc7de50e6e23b280b70 1.25 MB 2,532 56
636,142 636,142 000000000000000000044f83ef39cbfec2e595b0e533173e607f9cccd30115c2 1.20 MB 1,479 24
636,141 636,141 000000000000000000098a597a933562350a5d9f3186e86a3fe17fc446d0e2fe 1.23 MB 2,670 35
636,140 636,140 000000000000000000000a0b1d26f6ee91fa7334594fc50707ad16353b322cdc 1.30 MB 2,704 47
636,139 636,139 000000000000000000053776e8115337ed7a80f7a4f1e951d8e54aa84a534b0f 1.30 MB 2,497 42
636,138 636,138 00000000000000000001630204d3f6fef40b554f851793a3589f06b70381432d 1.13 MB 1,933 77
636,137 636,137 00000000000000000009cefbd31b477294c523a25a7976ac08dbe51b3da6f604 1.18 MB 1,974 15
Previous 10 blocks ↓
Total Size: 660.99 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: 681.08 GB sent, 4.01 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.