Memory Pool Memory Pool Refreshing

20,867 transactions
28.93 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,857 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,314 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,856 (468,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,409 373,409 000000000000000006b8de17e4e90932e00ff2353c8c60e46070ff75ca7963b3 0.68 MB 1,091 37
373,408 373,408 00000000000000000ab20330585be44ebcde4fe93dc69c58afd31c06f4119c7e 0.47 MB 696 53
373,407 373,407 000000000000000006a2b175772f1db12e52ed589b994efa330f32ad496ab248 0.95 MB 2,090 52
373,406 373,406 0000000000000000011d04044b76de98f0801df56a9c43a8831d6f5200d80814 0.69 MB 1,348 39
373,405 373,405 00000000000000000c98ddbb8d42e1f78503148a690058873f8bbbe714fe215b 0.28 MB 472 31
373,404 373,404 0000000000000000004ff012b5df59762e15a27d71012bc30731a6392e645f8d 0.47 MB 479 39
373,403 373,403 0000000000000000098e39dc859fc3ac3087f5d6685ba968e8cb43aa6efae41c 0.75 MB 1,472 64
373,402 373,402 0000000000000000071b0028777d96cfb08c76f21568f30c7a312e90e336256f 0.45 MB 732 36
373,401 373,401 0000000000000000121e6294aad243083b0d5e5e3066410c0afbfb7050a1963d 0.31 MB 520 34
373,400 373,400 00000000000000000644c4ca9d2b57f22cbc17d2d2191b25bcf0ccb8ee99b4a4 0.19 MB 299 42
373,399 373,399 00000000000000000bdc7e58ff929095d94b9f25e0173b41a71ff2295fde375e 0.61 MB 909 50
373,398 373,398 00000000000000000e27cb9533a7a0ea8056c731479e72b6674ac737a8b14255 0.33 MB 491 37
373,397 373,397 00000000000000000de7dcaa75876bb4a47da71cda901ab772492e3dd24400fc 0.75 MB 1,260 39
373,396 373,396 00000000000000000a8c8a22ed64067091f2e8d0122f64d3b780e057e9ef4221 0.42 MB 555 21
373,395 373,395 00000000000000000e36721ccab0306657b112a87dd93dc09755f1a6a64a3e8b 0.31 MB 404 27
373,394 373,394 00000000000000000e5988466023d64c2a6ab7ec2d71ac0b4456d12b56d70feb 0.04 MB 56 30
373,393 373,393 000000000000000007522248436819b46d318c9e4d5a0f348cb9bc98366eb55f 0.81 MB 1,608 46
373,392 373,392 00000000000000000ff489554393211696284c4ab5d32eedb57c72240c5f8902 0.22 MB 300 26
373,391 373,391 00000000000000000afedffbb3cc5e617b12304ad20d44445791d7e07a257744 0.93 MB 1,624 34
373,390 373,390 00000000000000001069c9cb10440b32a8ca3270673004148704454add8c34ab 0.93 MB 1,633 39
373,389 373,389 0000000000000000028d155d9beac29ddc39d10e4af368f0f32ef9afb1b76ef7 0.74 MB 1,056 23
Previous 10 blocks ↓
Total Size: 646.49 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,358.97 GB sent, 38.03 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.