Memory Pool Memory Pool Refreshing

72,024 transactions
31.93 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 696 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (560,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
288,964 288,964 0000000000000000036a37a9886adf89aafcb82464ed2d8b3b2d485145b3da62 0.48 MB 883 36
288,963 288,963 00000000000000010dd4cbed6473961af9fa2edf6c691f4cead313b78e36365e 0.10 MB 63 13
288,962 288,962 00000000000000003e70841120ecb79a5656e98da8e213599e72f6d1c1ef6a90 0.58 MB 700 28
288,961 288,961 0000000000000000727d0ee1bed0dab7c4929622f6ebc33e590e26a0eaa55bbb 0.21 MB 217 15
288,960 288,960 000000000000000109146e96195b28ca1e9c52790c661b3fca457ba1f3cfdc38 0.19 MB 512 48
288,959 288,959 00000000000000004170b7efda5760676c64ed23ca1728f4e1d32024c3543b1e 0.10 MB 114 11
288,958 288,958 00000000000000010cbb8d7cb22fb9e6948b18f957dda861f31042a0c89297fe 0.12 MB 234 24
288,957 288,957 0000000000000001092208400024934154d9191bcdb0a900f15c09903fc661cd 0.50 MB 192 13
288,956 288,956 000000000000000000c84458179005af8a4e5d6f80d3bcdf656f7541cda488a9 0.35 MB 845 47
288,955 288,955 000000000000000108e7fb1c0cac2bd09b87b4347553e7980e9508cab1106aa8 0.19 MB 408 46
288,954 288,954 00000000000000005795995ab6b2ea10f0e9be843f52a6f00c05feca01a9c0e2 0.37 MB 721 36
288,953 288,953 0000000000000000426495c418d0be9090c998aecb06f618509abd01551c1717 0.35 MB 879 44
288,952 288,952 00000000000000007501e5ee2c142f70c02de41b18394cd6ca450d1a729aeaee 0.12 MB 85 15
288,951 288,951 00000000000000001bfc5d4253b3150b1ba5cfb16082de581301a27f744dab56 0.22 MB 479 39
288,950 288,950 0000000000000000996beb4361ffcd5ca3f2955646e98e94f02d196d8da18e27 0.36 MB 476 27
288,949 288,949 0000000000000000aa6abc21af4ecbdd32c93951c2f7baeb6120f021a46f783f 0.33 MB 381 22
288,948 288,948 0000000000000000d0c05ccfaf95855a2fcf738cf3f68a3e4a5d63cfd7d033d2 0.25 MB 383 26
288,947 288,947 0000000000000000b11a879d541f305abbb5ea433bef811ade0e0483d3cfdc63 0.92 MB 1,585 36
288,946 288,946 0000000000000000925b0f2ff7fe7624a26617b4924f731953760c2001a2709d 0.50 MB 1,283 45
288,945 288,945 0000000000000000647e8c4d914a0bdfad37abfd48be740f363919370afc49a3 0.04 MB 24 8
288,944 288,944 000000000000000013d4294b93e58c84e4e88e6f73854ad810133f33ef93c317 0.17 MB 186 28
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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