Memory Pool Memory Pool Refreshing

93,342 transactions
31.43 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,160 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,424 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,159 (327,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,390 518,390 0000000000000000003a77d5927982946004cb0ffdabc356ebf3c1de8cfa82c3 0.80 MB 2,207 33
518,389 518,389 00000000000000000029fa0e75be83699a632ed531a882f7f04e26392c372bf5 1.01 MB 791 13
518,388 518,388 000000000000000000218af8161d2ee9acdb184f47a5d4281c25a875fd658d64 0.64 MB 433 15
518,387 518,387 0000000000000000003f33002ed0506e328f3ae53abf9a3d3ea8bfd061756c6a 1.25 MB 431 4
518,386 518,386 000000000000000000072646e83f8d9a9d1a422f6c89210df4dfdea1215bc922 1.23 MB 2,286 23
518,385 518,385 00000000000000000022ec6fca154e0b852b6abd86decb760646bc5a5378cdda 0.19 MB 430 32
518,384 518,384 00000000000000000022e0628b06c7679e02e399e3babdf3fe74884358ee5a9d 0.15 MB 359 43
518,383 518,383 000000000000000000138b686239518f1f08f5d334ed2e538f9363aae709622b 0.20 MB 412 27
518,382 518,382 00000000000000000003529ef027677ea593eb845354f08071ea10747787d61e 0.78 MB 958 14
518,381 518,381 00000000000000000037bbea7a02c8c7cf2c64b37b646076b093343edba4a0b2 1.15 MB 2,296 23
518,380 518,380 0000000000000000002e639db74737c082bb9e190fe08dcc5da538852cce7e6e 1.03 MB 547 5
518,379 518,379 0000000000000000003648df11b80022d0123277896093267bb9fca104ee4712 0.64 MB 1,070 27
518,378 518,378 0000000000000000002630ed442664be71067245fab439a0bc9f26824372580f 0.83 MB 2,073 30
518,377 518,377 0000000000000000001e5d4b323f346a96d182d1b07acc6589fe9d8fa901cc3e 0.02 MB 67 37
518,376 518,376 0000000000000000004131de274b77119b5189057731cc647a0946c0f0de65ed 0.52 MB 1,180 36
518,375 518,375 00000000000000000036ff3c07f0e4d277a878af1fa0be4690aedf68aafc705d 0.96 MB 1,474 14
518,374 518,374 000000000000000000047d713e081729e022029dc59ade02e5af92d950ddc6e1 1.08 MB 1,237 15
518,373 518,373 000000000000000000088462345a718daff55e037f9efa2bdcdc56e4a4d4f5ca 1.30 MB 1,404 21
518,372 518,372 000000000000000000082f07c26997f1c9f68dbb6e4bbbab2584a762609849bb 0.85 MB 1,097 17
518,371 518,371 00000000000000000029b234ad2f85f2ad7e11b04864f2d4e7e8179320154a60 1.23 MB 1,965 6
518,370 518,370 00000000000000000020d7ce38c6a01dc85bfa94b4def391623c83f7bd4ba0d2 1.19 MB 3,369 19
Previous 10 blocks ↓
Total Size: 654.51 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,378.45 GB sent, 89.52 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.