How to apply explosion force on only one character

I created a bomb pass game, and I thought it would be funny if I made the player rag doll and get blown away when they explode. I can achieve this using blast force, but that would also affect other players.
How can I artificially calculate the fling force of a bomb depending on the players position relative to the bomb? The bomb is something the player holds in their hand.