You should get:
Since Bitcoin uses little endian byte order, you'll need to reverse the order of the bytes in that:
d9 72 e5 5c dc fe f7 66 5d c2 8c 7b 69 42 d0 4f 10 65 72 3e fc b8 7d 04 00 00 00 00 00 00 00 00
Reverse the order of the bytes:
00 00 00 00 00 00 00 00 04 7d b8 fc 3e 72 65 10 4f d0 42 69 7b 8c c2 5d 66 f7 fe dc 5c e5 72 d9
There you go. All done.
Thank you!
I actually found a very easy way to do it with the help of an online tool...
With the help of https://anyhash.com/sha256 I was able to produce the following:
First 80 bytes from block #432564:
000000208a20ce009629c8212d074a4f3e009401136e5e15eb0775030000000000000000661125a 47e385fcf4ba1aea7cfd7f90a3e73ce3ee662a6d5e8fc58c9d1150ea2625ff157d48e04189f0ff7 d6
Can directly be turned in to the first hash:
be7df6a863420c1ba92315fbc04b6bb30eda27479c64ce918c10b30aa2def684
And the first hash can directly be turned into the second hash:
d972e55cdcfef7665dc28c7b6942d04f1065723efcb87d040000000000000000
Split up the bytes:
d9 72 e5 5c dc fe f7 66 5d c2 8c 7b 69 42 d0 4f 10 65 72 3e fc b8 7d 04 00 00 00 00 00 00 00 00
Reverse the order of the bytes:
00 00 00 00 00 00 00 00 04 7d b8 fc 3e 72 65 10 4f d0 42 69 7b 8c c2 5d 66 f7 fe dc 5c e5 72 d9
Remove spaces:
0000000000000000047db8fc3e7265104fd042697b8cc25d66f7fedc5ce572d9