Memory Pool Memory Pool Refreshing

80,871 transactions
31.68 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,542 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,993 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,541 (150,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,203 699,203 0000000000000000000d651eaace0873da2537036c6b30b75f82b99516d16bfd 1.51 MB 2,234 28
699,202 699,202 0000000000000000000baba87b4a360eae3a8521d51dd6fac88deaac06ee6d0f 0.57 MB 674 2
699,201 699,201 000000000000000000053deab0a339d635fbbc9410a393cf8391caccf99409f4 1.80 MB 1,844 9
699,200 699,200 000000000000000000022c4ad393f5c9621202bb29eb50c0c1baaf5cb4cd6b3c 1.58 MB 2,518 13
699,199 699,199 000000000000000000016b26c5f177b6d46b6b0d75b076037721985a02883608 1.38 MB 3,117 3
699,198 699,198 0000000000000000000e0060ac5e019e68233c78d7dbfed5adbce87bab3f6d77 1.21 MB 1,039 9
699,197 699,197 0000000000000000000d1bbc549b43d3143b057e0428c0cd220d4128a1c41731 1.38 MB 2,473 9
699,196 699,196 000000000000000000080181fdb0e3196b76d4acc1607c502397d47196ef1267 1.52 MB 3,101 11
699,195 699,195 000000000000000000017765b8dee61dd60189468caaec576f16d84e7ab559ef 1.41 MB 2,736 21
699,194 699,194 0000000000000000000853369ca0ed01c64196f35d7a03ada4332e3bc8452b8f 1.48 MB 3,030 19
699,193 699,193 0000000000000000000e35ed4440662d70af00c1fc2c9fa894ba289522149eb8 0.15 MB 175 15
699,192 699,192 0000000000000000000347a86434341b43a30b32677e839c628053746589de15 0.04 MB 66 7
699,191 699,191 00000000000000000004153be46f7c70dc3f81138b644b8b685f87760803310d 0.68 MB 1,018 8
699,190 699,190 0000000000000000000a3f58f738e5b47c5e086a1e8fc4f4495cf9d35c945c67 1.48 MB 2,738 11
699,189 699,189 0000000000000000000d619cb8daa83a4908bdbb9de30308e1cff56dcc3bd83b 1.61 MB 2,100 10
699,188 699,188 0000000000000000000b029dc5489b237fe86a2ee26da416fe0aa31189fdeca1 1.85 MB 647 1
699,187 699,187 0000000000000000000c30d1cb9816cdf768899904032c219f90d14f82896c1a 1.51 MB 1,905 2
699,186 699,186 0000000000000000000c40db2ac976e229fba325abc331104b4ee2574d18f56a 1.31 MB 2,096 5
699,185 699,185 000000000000000000040c1611c58198b5c7f71a3aa9f4308e594ec9d652b968 1.45 MB 3,055 10
699,184 699,184 0000000000000000000105a4407ea98dca2e1d41aebada4e38f3571ab8f47f8e 1.47 MB 2,895 21
699,183 699,183 000000000000000000015f993eac1c8fb25daaebfaba7d969691c6b74381f035 1.66 MB 1,583 16
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 93 incoming
  • Data Transfer: 491.29 GB sent, 2.47 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.