Memory Pool Memory Pool Refreshing

66,050 transactions
40.36 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,062 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,567 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,061 (155,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,082 694,082 0000000000000000000c8724c5715ec75caa48d4580089bf161d5d7b8b0d3afc 1.47 MB 2,921 22
694,081 694,081 0000000000000000000dbe963b557df0db38ec59e8c8af5dea74235e689f6036 1.45 MB 2,058 8
694,080 694,080 0000000000000000000ea209da1ac61d6ab9a8c692ca05d9a0449660006cddd2 0.63 MB 1,182 12
694,079 694,079 0000000000000000000a7bf409471bf2ea0abb9e0401df9aa37781f1bdc223ba 0.30 MB 519 9
694,078 694,078 0000000000000000000b88c8706a3660883d133fe87ea4a004db307497c09734 0.48 MB 1,000 11
694,077 694,077 0000000000000000000487e7d26f66166424bda6766e483464200ae291aff679 0.21 MB 385 21
694,076 694,076 0000000000000000000b23d4c7118aaf117eef31fda29e2a46ceb083d4e8ea48 1.41 MB 2,781 10
694,075 694,075 00000000000000000008ab154a8bdf7df0987339a87c8108d6542cff47260fdc 0.71 MB 1,327 10
694,074 694,074 0000000000000000000d6bd3300c6fa38d16ca60a8bfa758436480dec2711d90 0.20 MB 435 11
694,073 694,073 0000000000000000000b7ac10f0f212e1d57897577152c50880d7edc33bb23a5 0.91 MB 1,956 13
694,072 694,072 0000000000000000000be8c3385b570c775af23740faceab487277c5c3fee961 0.57 MB 884 12
694,071 694,071 000000000000000000051a66bf1d22a30d108e6d41169c45b2c445a90f5a8508 0.16 MB 301 20
694,070 694,070 0000000000000000000730d5a7e7b068650c46734b2d54e84a7e4c4622c6efba 0.69 MB 1,242 14
694,069 694,069 00000000000000000003dcadd859e949a4d2ec7a1419ff963eeeb1a381403598 0.71 MB 1,245 13
694,068 694,068 00000000000000000007f041812b9fb814d106bc55fd0457a69836d0fedf8618 0.87 MB 889 5
694,067 694,067 0000000000000000000a2f17bd1578fd1813856a1e8ef03d6a07c56311fb5e08 1.44 MB 1,832 6
694,066 694,066 0000000000000000000aa256e6931f4c062c8d5ffa3828de5d1c9b10245447cc 2.08 MB 1,359 5
694,065 694,065 00000000000000000003af71242e1685e3b9d6059e5da70d3b73ba3e11db71eb 1.47 MB 2,946 13
694,064 694,064 00000000000000000002eb8f779c50098033adb1df65e1ab33041d23b8916a40 1.53 MB 2,725 7
694,063 694,063 0000000000000000000f0c7878553be7d988a327a948552bebcae91cda0b776e 1.53 MB 3,056 14
694,062 694,062 0000000000000000000fc5641dffac93723728ac64e08a7f70fc873da9b96f44 1.62 MB 2,121 32
Previous 10 blocks ↓
Total Size: 661.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 109 incoming
  • Data Transfer: 1,017.99 GB sent, 7.02 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.