Memory Pool Memory Pool Refreshing

36,964 transactions
28.38 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,203 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,664 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,202 (496,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,225 345,225 00000000000000001051f7adb2afded6ca2c661613029aaa9223eba84103b99e 0.19 MB 397 28
345,224 345,224 000000000000000007461b3816f4e76bd1f9c4c513999295718b87af4a1fa297 0.35 MB 564 21
345,223 345,223 0000000000000000112c34fe1a66a4e831124f815b23e972aa68e72d1bb3a78c 0.20 MB 263 21
345,222 345,222 000000000000000011c3d07a5d8ce7833141b9288c8cfda8c994e74a53aad088 0.15 MB 206 16
345,221 345,221 00000000000000001351fd07bec63654ca24027308cbef4db1580d20323fd97e 0.16 MB 219 24
345,220 345,220 000000000000000001f2d8214d76c215d1a3ed61ebfdf2f04e6fa1f318dc4b17 0.16 MB 180 15
345,219 345,219 0000000000000000070bef5b7b9ad448b6b0c9eef8a3b75f35e280c01db38549 0.06 MB 58 8
345,218 345,218 000000000000000013f5395e1956a5164dc31f1dc8bf5649962cf3a0a5228bab 0.41 MB 734 25
345,217 345,217 000000000000000015f54b547d1e1eed101419661b9e35e5e52fe6f81040cf8d 0.44 MB 497 15
345,216 345,216 0000000000000000061a308842e9474da6d62ed2eb5e1437e4d04fee17d351fd 0.75 MB 1,779 31
345,215 345,215 00000000000000000bf5a46778c4b80cdb1d607fc1b3023f281117d6535327a5 0.45 MB 762 16
345,214 345,214 00000000000000000e8782c2e1af0eea92f07050a457d621ff7b9b67980a84c3 0.24 MB 289 17
345,213 345,213 000000000000000012e3074109188c7e2a0ef945dad93607601685aaad325ab8 0.75 MB 850 21
345,212 345,212 000000000000000013255882e2d2001342e8715a4711c63d57b1443f82dadb83 0.75 MB 1,178 25
345,211 345,211 000000000000000015586639dba7349c751c3bbb7bc84ff19d0d9fb882d44a56 0.75 MB 2,183 39
345,210 345,210 00000000000000000b63fd2b074637a7252d9d456968d9d0e747f279dd8bc131 0.18 MB 400 36
345,209 345,209 000000000000000011b1de109e7d90c6f59aecaa7da9dcbd90a29cf30f99a4f6 0.56 MB 966 25
345,208 345,208 00000000000000001175008cf07d0b057338a4dde52d96da6b403e84575c6edc 0.26 MB 446 20
345,207 345,207 00000000000000000a04290dbdedfacae917854eca910537ba794de48566b740 0.75 MB 1,064 21
345,206 345,206 00000000000000000629b313e8362e7cc422a37cf23cd88a4661bb9dc34dbe65 0.35 MB 965 37
345,205 345,205 000000000000000015644605b949d1a89598bb64fb5c6a1d5858e45e5786228f 0.65 MB 1,258 39
Previous 10 blocks ↓
Total Size: 647.11 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,456.13 GB sent, 43.26 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.