Memory Pool Memory Pool Refreshing

83,540 transactions
36.85 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,650 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,947 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,649 (265,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,260 584,260 00000000000000000013ff664910bb7747b344e64bf3924b15311dfed59bb534 1.28 MB 3,045 93
584,259 584,259 00000000000000000019b73d951cb9c5e6ff403dbc2f0d18c2ae451b555fc3d6 0.67 MB 1,632 31
584,258 584,258 00000000000000000018167d44da5f0b044b7cfe1f2bcff5cf9c216b6df78816 0.53 MB 1,544 19
584,257 584,257 0000000000000000000d8a62d64af76af4524da449a1675a12c773816ffbbb04 1.13 MB 2,607 30
584,256 584,256 0000000000000000001223a7f2439a32df58f9d721e705e5f854cf204be7063b 0.07 MB 246 28
584,255 584,255 000000000000000000104142b0524c8c153fc5b9b03543461a96865599ccc1c6 0.47 MB 1,391 29
584,254 584,254 0000000000000000001d6be50c7b879a24ec89ee241d2a5ab08257f79133d8c2 0.02 MB 71 38
584,253 584,253 0000000000000000000bf4926a03e4f561d240e7e3d890e6ab3e4830aaadad02 0.35 MB 971 28
584,252 584,252 000000000000000000108d18da4847b57d8dc01cde9d084442c4303e3594e3d6 0.20 MB 583 41
584,251 584,251 00000000000000000017152618b998c8390ef6f08f0f7eee1e7f3d4fa168933f 0.45 MB 1,301 30
584,250 584,250 00000000000000000009ee055644f54547642cd8a38ec0556d133feea6685e7b 1.17 MB 3,288 26
584,249 584,249 000000000000000000170f507fc1f7c0834a00e89e6796afc0b022fab09fea84 1.07 MB 3,318 30
584,248 584,248 0000000000000000001386dcf69f0a06ec1e34517749e7509354e38b72a44334 0.15 MB 380 21
584,247 584,247 0000000000000000000a58c0fa5d2701a415b1b387a3a53074b58301565db379 0.27 MB 850 28
584,246 584,246 00000000000000000006c02ef17935270afd8212a3d211ad542827e842241c6f 0.33 MB 877 40
584,245 584,245 000000000000000000153ea04a24140be7111e0245dcfc4b930b0c0ff8b38a55 0.93 MB 2,478 23
584,244 584,244 00000000000000000018d88452422403279b1f5228ca1ce8465f05935edecd57 1.19 MB 2,485 59
584,243 584,243 000000000000000000056783060242ab94756edb467d763abd1926367cfddfa5 0.51 MB 1,486 11
584,242 584,242 00000000000000000006bd9ed2cb7c7adaba1a8e9b234638102ab38a59857e7a 1.23 MB 3,301 31
584,241 584,241 0000000000000000000943ecb5a74bf509174d47e7414a15e8bf1d3051203315 0.16 MB 448 30
584,240 584,240 0000000000000000000f1b5863f104773520205f4132bfc627e344b244effb1c 0.55 MB 1,455 28
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 580.22 GB sent, 3.38 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.