At present there doesn't seem to be a built-in way to track this.
I've solved this in my project by adding an entity reference field named "field_source_entity".
That field that stays empty on entities that get cloned, and automatically gets populated on cloned entities through a custom EventSubscriber that listens to the 'entity_clone.post_clone' event and sets $clone->field_source_entity to $original->id().