Memory Pool Memory Pool Refreshing

26,185 transactions
58.20 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
842,629 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,797 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,628 (299,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,204 543,204 0000000000000000001a7ef5f4cb43efe1ee6d23a68e47d3ea433c20dbffccb5 1.25 MB 2,381 24
543,203 543,203 00000000000000000014ce940c5d6acb2bf80b47a96c39989f03695279bb50cf 0.08 MB 226 21
543,202 543,202 00000000000000000005dfdc223477b35a44dd4899519f116a35d2bd33c9d890 1.16 MB 2,654 5
543,201 543,201 00000000000000000001358e5f1aa8cb65df680f8afa586c05cd18af6b15cbac 1.13 MB 2,820 14
543,200 543,200 000000000000000000020d84e5cb246e2b04c8ff607cee881ab4903cf66e0ca3 1.33 MB 3,171 16
543,199 543,199 00000000000000000008a65ff1580fdb2deab0c4011056cbc93ed4719a5b87b9 1.40 MB 2,931 14
543,198 543,198 0000000000000000001b14d8194e0f481b43fedb3db73d1c9d25a1ad79cc281c 1.19 MB 2,772 39
543,197 543,197 00000000000000000004b40364efe9ec6bb6a0ef79712654ca84a1f39a03cbce 0.00 MB 1 0
543,196 543,196 00000000000000000025e586768084b6d4cac47cf67709eed9ac935ec92f3056 1.13 MB 2,540 12
543,195 543,195 0000000000000000001159b8d9b2a8f1cab43791883afe4081123fd0d15b1d4a 1.10 MB 2,660 6
543,194 543,194 000000000000000000003eb903445c9ec8a05899177bf964279a891731ea99d6 1.13 MB 2,954 12
543,193 543,193 00000000000000000016cb5fbc261846948fc883d1023232f6f9149512a9cc6c 1.20 MB 2,608 17
543,192 543,192 00000000000000000014197a312100b1d2789485a28817e952cdaefdce5d8cf4 1.32 MB 2,680 16
543,191 543,191 0000000000000000001413b9e3f8fc910ba72b3a1148d790435190c8e0482d27 1.27 MB 2,988 17
543,190 543,190 000000000000000000184ca7d892c7e705030a19130935cb269895665e06fd89 1.43 MB 2,944 16
543,189 543,189 00000000000000000026fd9d894f3e51d9eefb42dac60feac099d015d807e1a3 1.22 MB 2,453 36
543,188 543,188 0000000000000000001dfcc83d23dc9bf432b4567ea94a65e82504ed8e17751b 0.00 MB 1 0
543,187 543,187 0000000000000000000c0077c34f2e9ed9824594663f16213ddf631c22fe5409 1.32 MB 2,577 22
543,186 543,186 00000000000000000009eef52e5aa75d1d45305081443fd247f720122e775b27 1.13 MB 2,641 47
543,185 543,185 0000000000000000000dff953a3072d98cd09d8b6b6564742ace27c3f4271aca 1.17 MB 3,040 7
543,184 543,184 00000000000000000022311a629560200f7522ab98917ebbbd2b95cf97665e0f 1.42 MB 2,231 15
Previous 10 blocks ↓
Total Size: 647.92 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,555.63 GB sent, 48.60 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.