Memory Pool Memory Pool Refreshing

84,484 transactions
38.06 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,436 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,840 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,435 (471,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,274 373,274 00000000000000000914d09c469187fc5b96a9272cf6f17fa88958cee4a53e7c 0.11 MB 182 28
373,273 373,273 000000000000000004e260f51bc1f9fd4e2ba9f9081a30996685f103f3d2382b 0.26 MB 561 35
373,272 373,272 00000000000000000232c73b7ac787a2b738519f5f1468ad0db2acf04281f76b 0.03 MB 61 42
373,271 373,271 0000000000000000042c97d2a8e7f05f9ce33d67eb25414694f00d04b11cf4b3 0.17 MB 255 29
373,270 373,270 0000000000000000111e5ba37f83e35d7acefdbd389d1f65450d6ab7a45dc695 0.05 MB 102 24
373,269 373,269 000000000000000006de029846a724d02525de437851bc9697670a38c2024892 0.43 MB 849 34
373,268 373,268 00000000000000000950775112e1fcf6f418990cec9f63c43adfb7e3c314b6ba 0.18 MB 358 40
373,267 373,267 0000000000000000071982033af810b8ffca18a6bb111bc97963653d51a2f510 0.55 MB 1,134 38
373,266 373,266 000000000000000007d1c06857c3bf653420a1a5f4212a7e3ff5eee61fef0a61 0.03 MB 52 32
373,265 373,265 00000000000000000c7fbc9665c834a9fefa331cc5c24442ee49f09fed2d42e6 0.11 MB 180 34
373,264 373,264 0000000000000000112637b76a230d8fff995f786ea5c75a882eefcc6d239688 0.54 MB 762 31
373,263 373,263 00000000000000000ea7b4ae8de45911a8c09379121e69574f0f8da932f2fce9 0.43 MB 852 41
373,262 373,262 00000000000000000b0784d9e2ad521d0e7d9204cfaa1ce0b739236c637d567e 0.07 MB 150 31
373,261 373,261 000000000000000009fe99aec4ed8e43b3192b1357fa3a704abefb8ee468aeb7 0.52 MB 1,054 35
373,260 373,260 00000000000000000925fdd899054232fe32128fdfda9fd01365ed0a142c6577 0.09 MB 140 30
373,259 373,259 00000000000000000edbfb69e281963730b47d9d82b2112ead4f12d4068e1f83 0.11 MB 212 39
373,258 373,258 00000000000000000baa82059bc34016389a9f20bbc1a188cd9e5779ef55ae44 0.05 MB 72 35
373,257 373,257 00000000000000000d0d0e7a7af70cc98ad851ec6df767d67ee1b0d27d84fae5 0.09 MB 172 33
373,256 373,256 000000000000000009a0dbdaf45eb70cfdb460f298d6a2ef320867419fe04521 0.17 MB 308 32
373,255 373,255 000000000000000002fe6565205d7b8d73aa1875b9bf15530f58d195e12e4d76 0.06 MB 131 40
373,254 373,254 00000000000000000f33e033b9e01e3dd0b48ee5c0ed385e327b66d8c6498b7d 0.05 MB 101 53
Previous 10 blocks ↓
Total Size: 651.33 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: 9,114.54 GB sent, 68.02 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.