Memory Pool Memory Pool Refreshing

27,280 transactions
51.08 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,906 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,430 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,905 (470,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,416 373,416 00000000000000000bf2caf04bd8b1efa37808a76723074a7b5987b5ca8182e9 0.75 MB 1,374 40
373,415 373,415 00000000000000000158cb38bfba1d85b03cc4785f69890d6eeb628cc49b5f67 0.93 MB 961 15
373,414 373,414 0000000000000000020064fabead424ac486eff5db5c181b8cc936937630f98c 1.00 MB 2,389 62
373,413 373,413 000000000000000005aeec7876ce0855efbb59d5e63239fae48fbd593260722a 0.48 MB 757 31
373,412 373,412 00000000000000000be7550345115f2f162229d0b0351abc09f9ff6a366da719 0.17 MB 279 34
373,411 373,411 00000000000000000566b7e65212b50279c231f3c2d085889f682ce63e6c1018 0.20 MB 254 23
373,410 373,410 00000000000000000a8a6fbc9cd3205bd4d0987c506f5818ccbbece325f6b117 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 650.35 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,959.93 GB sent, 62.51 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.