Memory Pool Memory Pool Refreshing

85,015 transactions
35.12 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,465 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (748,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
101,052 101,052 000000000002d6394e8a05acb537e431472ff9a76243f63ce7647ae682d74b73 0.00 MB 1 0
101,051 101,051 0000000000002a5c0e632c24a441e14f6562154dd6f0bcf8e7397852997aebea 0.00 MB 6 0
101,050 101,050 000000000000afd5d3c53238c4e0c28ce293f92fc7c9d0d56accac1b71e80255 0.00 MB 11 0
101,049 101,049 000000000002a2b447c89454a6d5ceae629de2bed4f642e0376179c0434bec5d 0.00 MB 2 0
101,048 101,048 00000000000079a84c5b24fecf08352a08b9499063f665c303e9580874eae3f2 0.00 MB 1 0
101,047 101,047 000000000003ac828a177085bf54d65d4803cf44b323da92d0d3e6e34b10ce39 0.00 MB 2 0
101,046 101,046 0000000000025dd2f0834baa91a16e1278dcd6f1fdeb56b1f9423d82139f9b4e 0.00 MB 1 0
101,045 101,045 000000000001a076c17a588f207f32776a5a7024355604db9103092138caa4f5 0.00 MB 4 0
101,044 101,044 0000000000007d9fa0c4f88cbd0a1869853d1003913bba74dc9b2ed6e1bb8911 0.00 MB 11 0
101,043 101,043 000000000003ea530e4e8e6075a4008d24ef0e4c551ee173ba5a6492bbe1a072 0.00 MB 1 0
101,042 101,042 00000000000051a5def327f6193ebbd6954b1d4e0e59607f509e97de033d0831 0.00 MB 1 0
101,041 101,041 0000000000008eafc23a591eb606efe842c9b5f4274b97c9a8dee6928a694b04 0.00 MB 18 0
101,040 101,040 00000000000197361622c2cf6731cb5c654b939021712041737f14976cf32c98 0.00 MB 11 0
101,039 101,039 000000000001d6fcfe7447070d6063472cf1c1e29d729e7fe16993eed14716f8 0.00 MB 4 0
101,038 101,038 000000000002386ebd3fd2263d82bdb64cede63484f8ad6162d98cf1dbafe104 0.00 MB 3 0
101,037 101,037 000000000001340a768551192075155ea98203f9fa70c7a449f626c1283d4b71 0.00 MB 4 0
101,036 101,036 00000000000207665c5f8af1a0a9885618a4fbafcc75401b5b9e1adba99d6002 0.00 MB 4 0
101,035 101,035 0000000000030dfa153b5170be0a80910836da33d0671bd3ea5decc8d8e3e9f4 0.00 MB 3 0
101,034 101,034 000000000000c1852e36a6f4b64bba8820021aef19172ba3db56fd6744a9382e 0.00 MB 1 0
101,033 101,033 0000000000002ac7cdb997f192e7885330cbe1ae6cb265604412f2ee9af758d8 0.00 MB 5 0
101,032 101,032 000000000001adb25f5bdbfd3c6fdc6e0fe2a7c7984559cdd377b844f4631a37 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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