Memory Pool Memory Pool Refreshing

60,554 transactions
39.06 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,341 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,258 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,340 (502,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,848 341,848 000000000000000009b84299794990b455ab1ed77ffd56336836bed097ba8117 0.25 MB 512 26
341,847 341,847 000000000000000013714c1d7cd57357933b4504984a1913de2a7b999cdc35f3 0.32 MB 670 28
341,846 341,846 000000000000000008f7a6de7f91e472924db49a42b7f2b947dd9129faf9cd2c 0.13 MB 282 36
341,845 341,845 000000000000000001fcad01665a87e885e68a54fd10abc9968bc762abe2079d 0.21 MB 347 23
341,844 341,844 0000000000000000081596a1a69bea117aa75a4629451f23a2bd3d062e7890f8 0.05 MB 90 17
341,843 341,843 000000000000000005ed67e788cf58f41b7b276b2293f012b59b5b68b52cadc8 0.11 MB 224 26
341,842 341,842 00000000000000000b99ee2f13a6b9a4d8e9168865dfc90126c64451766ed678 0.31 MB 594 26
341,841 341,841 00000000000000000d2b9f7bb60301406681da217ff2a51c7523cb7a40b359ec 0.16 MB 298 24
341,840 341,840 00000000000000000a1b4c1e150f152913a287fb1d676d9b6c28d6466af64955 0.09 MB 182 22
341,839 341,839 0000000000000000141f9a6b36a6fe3a57990bd7fe5872f94671e0d1097b549d 0.26 MB 547 29
341,838 341,838 000000000000000000b824598436945337517689e0478960a0bffd7644a211df 0.25 MB 404 21
341,837 341,837 000000000000000013444b0f9fce57d3307b9397cb6f06fcc9467b8e91e51ac9 0.32 MB 635 27
341,836 341,836 0000000000000000066dc11c96dd7528960023493b6631d1e647e4088f1bd5d3 0.11 MB 220 22
341,835 341,835 000000000000000003b86347fb95ebd73fc43fa8fe68f1dc048efd59bc28964d 0.55 MB 955 27
341,834 341,834 000000000000000014c7e28377c672a0f0b6c9350529456b556fc5fd64a36d7e 0.46 MB 719 21
341,833 341,833 0000000000000000183e485389ee3392615aedae3b16ed57a60ee6a8ec9c817c 0.46 MB 904 28
341,832 341,832 0000000000000000002dce0e5170822706368b36bd421d9b948a3eb637261fa0 0.90 MB 1,633 27
341,831 341,831 0000000000000000126a44a25bbe18c25d22f096dab90875ff210502a861c05f 0.39 MB 398 15
341,830 341,830 00000000000000000ef78e7f3f2df40c9a46b281a857456e8dda86a41ef2846a 0.10 MB 166 35
341,829 341,829 00000000000000000a463e8af489749efc14138c81263db41814a1152b33f292 0.75 MB 1,908 33
341,828 341,828 000000000000000002d92aed87ed3bc4e19acc227c6c6f6501c9f66b8a9f4e43 0.07 MB 169 29
Previous 10 blocks ↓
Total Size: 651.15 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 9,101.66 GB sent, 66.94 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.