Memory Pool Memory Pool Refreshing

40,053 transactions
39.30 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,380 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,652 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,379 (501,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,270 341,270 000000000000000001b449fb1f47305565a98c2f4c9c7afcfb242c878def7b28 0.35 MB 544 19
341,269 341,269 0000000000000000055930490286c951504d73995961e2333d172f9e792af4de 0.11 MB 175 24
341,268 341,268 000000000000000014685b9bc249ca75f19980ed8c67adf01dd304d25295a8e6 0.22 MB 400 21
341,267 341,267 00000000000000000de770502c10e310d6dd57932a9acf0a6c0655c10c71a312 0.07 MB 108 20
341,266 341,266 00000000000000000b094c328d9931623430abdc5c08df1093adc751bc766d59 0.21 MB 325 20
341,265 341,265 000000000000000014d4041050e0a8aac9f5471aa6ae5cd54ef38d6814096e91 0.19 MB 320 15
341,264 341,264 00000000000000000f465eb0b32c28263a5731d32656a05dff878292d4800b11 0.04 MB 128 32
341,263 341,263 00000000000000000df51b50b625e58f415a419bca3edbc8d5d00ea8603636b2 0.15 MB 98 13
341,262 341,262 000000000000000004256cc72232a5a1a71de295d45164f14bd54769820852f2 0.75 MB 551 16
341,261 341,261 00000000000000000829f0d3cd85a51fe0ccdbb16c5cab6856bf250f52620888 0.75 MB 1,614 28
341,260 341,260 00000000000000000fe678dec297d184e6557cae33f141212976fbd539810fb6 0.35 MB 710 26
341,259 341,259 000000000000000013f2fa8bda6e4a8ac3983713571af10d52b483974b259f9e 0.00 MB 1 0
341,258 341,258 0000000000000000048c39092108be37da65ff962b7ad116c07b9431502d2c24 0.40 MB 1,119 43
341,257 341,257 00000000000000000f34967d502edce40cfa13f3503db2c4c60bff19236feb03 0.34 MB 538 23
341,256 341,256 0000000000000000146025356ba4fda6460ad29242b5dae5db9ab728da60ce25 0.10 MB 183 14
341,255 341,255 000000000000000007df8642c74670a131d995c6ab84899a72dc8a85b4354fd6 0.52 MB 884 30
341,254 341,254 000000000000000005478a1f4cfe5101df58ee52e28930ba49a29691b5139da4 0.38 MB 592 23
341,253 341,253 00000000000000000ef4a88e474097d94759f57e6e2c8b9969647533a1faecee 0.46 MB 721 23
341,252 341,252 00000000000000001a62ace1062be4821b7a18cfb3ad74a23d289a8cadd12639 0.12 MB 181 28
341,251 341,251 00000000000000000bd4831a65cd85e30c1c3abc3d9674cbf03aa9bd80ae1cf0 0.24 MB 375 24
341,250 341,250 000000000000000006a56f4c6ad33f67d8169f2f3cef80d5ba942427ee8e37d7 0.21 MB 383 27
Previous 10 blocks ↓
Total Size: 647.43 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,486.48 GB sent, 45.73 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.