Memory Pool Memory Pool Refreshing

96,790 transactions
34.72 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,357 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,367 54
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,356 (416,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,330 430,330 00000000000000000291f1eedb9d2a4b5a01f311230a764cbae2c102f2c4030a 0.40 MB 668 52
430,329 430,329 00000000000000000337c941de23a4ee48caf97bf07ccd5fc98d3117890583d3 0.81 MB 1,651 58
430,328 430,328 00000000000000000141d01340542adb227857ee733a5816ffc151bb3b355b62 0.71 MB 1,224 55
430,327 430,327 00000000000000000196ef6e0328ee34abf48f2e3f73bcacd7980ef68c293378 0.99 MB 563 15
430,326 430,326 0000000000000000017525a170dc923ce9cc177771609315582afac1f6239f60 0.23 MB 468 56
430,325 430,325 000000000000000002a0c6aa21210b6fbe253ea6ca4d83811aa8060fbe65de7b 0.36 MB 817 66
430,324 430,324 0000000000000000020cbb5fa2efc47a09bd064e209aa886262e115e869f712e 1.00 MB 1,124 25
430,323 430,323 000000000000000001bd3cf10ad93af343f794fcdfc8f17c02c785a698138e20 0.12 MB 329 67
430,322 430,322 0000000000000000018f970e4d0a3298024b2d6d9ceb33a1f2e6249929616f3d 0.27 MB 636 62
430,321 430,321 000000000000000000499643eafb44cb0d4dc6f8175a101a1cbd623ddffda109 0.40 MB 925 58
430,320 430,320 0000000000000000015c011afa7f58c50ce26eefa33f42c8aec26507745d87e5 0.47 MB 915 51
430,319 430,319 00000000000000000087aae9da86748fff23a959fdd348d8db3a01218eafdb3b 0.89 MB 1,805 57
430,318 430,318 000000000000000002d5c5d6588365e75073db247dbf85028ddba7a0ea78f1a0 0.32 MB 718 58
430,317 430,317 000000000000000002adcf2c81f46ddfc613f4338a5aa298e49eecdd9a9d86c1 0.35 MB 709 59
430,316 430,316 000000000000000004c22a671f68b9342638e0cbb7a4d73c8f5e6cd5a4164676 0.23 MB 592 66
430,315 430,315 000000000000000001186c1914029b97b47d5d26e12549f42a0dfee4713de0cd 0.22 MB 266 54
430,314 430,314 0000000000000000004bbd926a0b0b0a119383b1c2371449dab8c3d3e1aed38f 0.29 MB 370 52
430,313 430,313 000000000000000004a4de57a9e15dae4ee3dc9392a55c0c9a1a545da35fd23e 1.00 MB 538 18
430,312 430,312 0000000000000000030e298cf62b7fa6815755874947d925cd1c99b94e699174 0.98 MB 1,566 61
430,311 430,311 0000000000000000047afd8db643d8efaa8a0d58bc9ca8b09f0e3e5264e293ab 1.00 MB 2,689 66
430,310 430,310 0000000000000000007d229d0045811dacc812e267936c647fb66d9625c98831 0.23 MB 670 73
Previous 10 blocks ↓
Total Size: 654.87 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,414.91 GB sent, 92.21 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.